A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: Black;
}

A:visited {
	color: Navy;
}