A {
	color : Black;
	text-decoration : underline;
}

A:HOVER {
	color : Navy;
	text-decoration : none;
}

