BODY
{
font-family		: Arial ;
background-color : yellow ;
}

TABLE
{
color			 : black ;
background-color : #003399 ;
}

P
{
color 			: black ;
font-size		: 12pt ;
font-weight		: normal ;
text-decoration		: none;
}

A:link		
{
color 			: white ;
font-size		: 10pt ;
font-weight		: normal ;
text-decoration 	: None ;
}

A:active		
{
color 			: white ;
font-size		: 10pt ;
font-weight		: normal ;
text-decoration 	: None ;
}

A:visited	
{
color 			: white ;
font-size		: 10pt ;
font-weight		: normal ;
text-decoration 	: None ;
}

A:hover		
{
color 			: yellow ;
font-size		: 10pt ;
font-weight		: normal ;
text-decoration 	: None ;
}