a:link {
	text-decoration: none;
	color: blue;
}

a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: maroon;
	background-color: silver;
}

a:visited {
	text-decoration: none;
	color: navy;
}