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

A:Link {
	color: Red;
}

A: Visited {
	text-decoration: underline;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}
