a:link {
	color: #8c0000;
	text-decoration: none;
	font: bold;
}
a:visited {
	color: #8c0000;
	text-decoration: none;
	font: bold;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a:focus {
	color: Silver;
	text-decoration: none;
}
a:active {
	color: #8c0000;
	text-decoration: none;
}