A:link {
	color: darkblue; text-decoration: none;
}
A:visited {
	color: black; text-decoration: none;
}
A:hover {
	color: black; text-decoration: underline; background: grey;
}
A:active {
	color: black; text-decoration: underline;
}