h4 a:link {
	text-decoration: none;
	color: #980000;
}
h4 a:visited {
	text-decoration: none;
	color: #980000;
}
h4 a:hover {
	text-decoration: none;
	color: orange;
}
a:active {
	text-decoration: none;
	color: #980000;
}