a:link, a:visited {
	text-decoration: none;
	color : Navy;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: Fuchsia;
	  font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: Gray;
	  font-weight: bold;
	}