a:link {
	color: #CA2C2C;
	text-decoration: underline;
}
a:visited {
	color: #008000;
	font-style: italic;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background-color: #C0C0C0;
	text-decoration: underline;
}
a:focus {
	color: #C0C0C0;
	text-decoration: underline;
}
a:active {
	color: #CA2C2C;
	text-decoration: none;
}

