body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #A83111;
}

.class1 A:link {
	text-decoration: underline;
	color: #9D2E12;
	
}
.class1 A:visited {
	text-decoration: underline;
	color: #9D2E12;
	
}
.class1 A:active {
	text-decoration: underline;
	color: #9D2E12;
	
}
.class1 A:hover {
	text-decoration: none;
	color: #ED9E8B;
	
}

.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;
}
