a:link {
	color: #798A97;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #798A97;
}
a:hover {
	text-decoration: none;
	color: #918886;
	background-color: #C3C3C3;
}
a:active {
	color: #5E7081;
	text-decoration: none;
}

