Body
{	
	color: black;
	font-size: 8pt;
	font-family: 'arial';
	background-color: "#efefef"		
}
TD
{
	color: black;
	font-family: 'arial';
	
}

A:link
{	
	color: black;
	text-decoration: none;
}
A:visited
{	
	color: black;
	text-decoration: none;
}
A:active
{
	color: cccccc;
	text-decoration: none;
}
A:hover
{	
	text-decoration: underline;
	color: #FF0000; 
}