

A {
	text-decoration: none;
	color: Red;
}

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

