a:link {
	color: #C11111;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #3A454B;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
