body
{
	font-family: Arial, Helvetica, Verdana;
	background-color: #b6b6b6;
	color: rgb(0,0,0);
}



a:active 
{
	color: rgb(0,0,0);
}

a:visited
{
	color: rgb(0,0,0); 
} 



a:hover
{
	color: rgb(0,0,0);
	text-decoration:underline
	
}

a
{ 
	color: rgb(0,0,0);
	text-decoration:none;
}



