A:link, A:visited, A:active 
{
	
	text-decoration: none;

}
a:hover 
{
	color: ff0000;
	font-family: Verdana; 
	text-decoration: underline;
	font-weight: regular;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: 6699cc;

}