a:link
{
	text-decoration:none;
	color:#990000;
	
}

a:visited 
{
	text-decoration:none; 
	color:#990000;
}

a:hover
{
	
	text-decoration: none;
	background-color:#FFCC00;
	border-bottom: 1px dotted #000;
}

