a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-repeat: repeat;
	text-decoration: underline overline;
}
