
body 
	{ 
	background-color:rgb(229, 229, 231); 
	
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size: 13; 
	color: #003366; 
	}

table 
	{ 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size: 13;
	color: #003366; 
	}
H1 
	{
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size: 17; 
	color: #003366; 
	font-weight: bold;
	}

H2 	
	{
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size: 13; 
	color: #003366; 
	font-weight: bold;
	}

a:link 	{ font-weight:bold; color:#003366; text-decoration:none; }
a:visited { font-weight:bold; color:#003366; text-decoration:none; }
a:focus { font-weight:bold; color:#990066; text-decoration:underline; }
a:hover { font-weight:bold; color:#87bfce; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }