a:visited {
	text-decoration: none;
	font-style: normal;
	color: #660000;
	
}
a:hover {
	text-decoration: none;
	background-color: #B55846;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:link {
	color: ##660000;
	text-decoration: none;
}
