

A {
	text-decoration: underline;
	color: #000000;
}

A:Hover {
	text-decoration: none;
	color: blue;
}
	
