a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 36pt;
	color: #858585;
}
a:link {
	color: #858585;
	text-decoration: none;
}
a:visited {
	color: #858585;
	text-decoration: none;

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

}