body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}
a:link {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:visited {
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}


a:hover {
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009933;
}
.yellowbg {
	background-color: #FFFF00;
}
a:active {
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
.green {
	color: #009933;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #009933;
	background-color: #FFFF00;
	padding: 2px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

