a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



a:link { 
	color: #003366;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #AB0404;
	background-color: #cccccc;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}