A:hover {
	color: red;
}

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