body 
{
		background-color: white;
		color: black;
		font-size: 8pt;	
		font-family: Verdana, Arial, sans-serif  
}

a:link 
{
		color:#666666;
		text-decoration: none;
		font-weight: bold;
}
	
a:active
{
		color:#000000;
		text-decoration: none;
		font-weight: bold;
}

a:visited 
{
		color:#666666;
		text-decoration: none;
		font-weight: bold;
}

a:hover 
{
		color:Red;
		text-decoration: underline;
		font-weight: bold; 
}

	