a:hover {
    font-weight : bold;
	color: #c60000;
	text-decoration: underline;
}
a:link {
    font-weight : bold;
	color: #c60000;
	text-decoration: none;
}
a:visited {
    font-weight : bold;
	color: #c60000;
	text-decoration: none;
}
a:active {
    font-weight : bold;
	color: #c60000;
	text-decoration: none;
}

