a:link {
	color: #9F3C39;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #96292B;
	font-weight: bolder;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	background-repeat: repeat;
	text-decoration: underline overline;
}

