A:link:hover  {
	text-decoration : underline;
	color : navy;
	background-color : white;
}

A:visited:hover  {
	text-decoration : underline;
	color : navy;
	background-color : white;
}
