a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
    color: #990000;
	text-decoration: underline;
}
