body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class1 A:link {
	text-decoration: underline;
	color: #ffffff;
	
}
.class1 A:visited {
	text-decoration: underline;
	color: #ffffff;
	
}
.class1 A:active {
	text-decoration: underline;
	color: #ffffff;
	
}
.class1 A:hover {
	text-decoration: none;
	color: #FE9D85;
	
}

.class2 A:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.class2 A:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.class2 A:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.class2 A:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

