H1 {
 font-size: 18px;
 font-family: Arial, Verdana, sans-serif;
 text-align: center
}
H2 {
 font-size: 16px;
 font-family: Arial, Verdana, sans-serif;
 text-align: center
}
H3 {
 font-size: 14px;
 font-family: Arial, Verdana, sans-serif;
 text-align: center
}
.style1 {font-size: 12px}
.style2 {
	color: #FF0000;
	font-size: 12px;
}
.style3 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

.style4 {font-size: 14px}
.style6 {color: #FFFFFF}
.style9 {font-size: 20px}
.style8 {font-size: 12px}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}