A {
	text-decoration: none;
	color: #0066FF;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

