A  {
	color: Navy;
	background-color : transparent;
	text-decoration : none;
}


A:Visited  {
	color: Navy;
	background-color : transparent;
	text-decoration : none;
}

A:Active  {
	color: Navy;
	background-color : transparent;
	text-decoration : underline;
}

A:Hover  {
	color: Navy;
	text-decoration : underline;
}


