html {font-family: Verdana}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	color: #CC0000;
	font-weight: bold;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.style4 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.style7 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.style8 {color: #E2AB51}