a:link {
	color: #484800;
	text-decoration: none;
}
a:visited {
	color: #373700;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	background-color: #CCCCCC;


}
a:active {
	color: #3F3F1F;
	text-decoration: none;
}

