a:link {
	color: #6C0000;
	text-decoration: none;

}
a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #999999;


}
a:visited {
	color: #660000;
	text-decoration: none;

}
a:active {
	color: #CCCCCC;
	text-decoration: none;

}

