body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
}
A:link {
	font-size: 10px;
	font-weight: bold;
	color: #747474;
	text-decoration: none;
	
}
A:visited {
	font-size: 10px;
	font-weight: bold;
	color: #74AAE1;
	text-decoration: none;
}
A:hover {
	COLOR: #535353; 
	text-decoration: none;
	background-color: #FDD130;
}
A:active {
	COLOR: #535353; 
	text-decoration: none;
	background-color: #FAD142;
}