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