a:link {
 	color: #a37e93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a37e93;
}
a:hover {
	text-decoration: none;
	font-style:inherit;
	color: #7c2a54;
}
a:active {
	text-decoration: none;
	color: #7c2a54;
}