A:Link, a:link {
 text-decoration: none;
 color: #0000FF;
}
A:visited, a:visited {
	text-decoration: none;
	color: Gray;
}
A:hover, a:hover {
 text-decoration: none;
 color: FF0000;
}

A:active, a:active: {
 text-decoration: none;
 color: #FF0000;
 background: #FFEFD5;
}