body
{
	background-color: White ; color: black; 
	font-size: 12px; font-family: Verdana, Arial, Helvetica, "sans-serif" ;
	margin-top:"0" ; margin-left:"0" ; margin-right:"0" ;
}
p
{
    color: black; 
	font-size: 12px; font-family: Verdana, Arial, Helvetica, "sans-serif" ; 
}	
a:link        { color: blue ; font-size: 12px; font-weight: bold;}
a:visited     { color: green; font-size: 12px; font-weight: bold;}
a:active      { color: lightgreen; font-size: 12px; font-weight: bold;}
a:hover       { color: green; font-size: 12px; font-weight: bold;}
a:focus:hover { background: #CDC9A5; font-size: 12px; font-weight: bold;}

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	font-size: 12px;  
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", serif; color: black;
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}