a:active, a:link, a:visited {
	color: #C0C0C0;
	text-decoration: none;
}

a:hover {
	color: red;
}