.style2 {color: #003333}
.style3 {font-weight: bold}
.style7 {
	font-size: 16px;
	color: #FF0000;
}
.style8 {color: #CC0000}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #999933;
	text-decoration: none;
}

