.class1 A:link {
	color: #0167CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.class1 A:visited {
	color: #0167CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.class1 A:active {
	color: #0167CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	
}
.class1 A:hover {
	color: #F90;
	text-decoration: underline;
	font-family: Arial, "Arial Black";
	font-size: 1em;
	font-weight: bold;
	
}

