<html>
<head>

<style type="text/css">
body {
	background-color: black;
	font-size: 10pt;
	font-family: comic sans MS, Verdana, Arial, Helvetica, sans-serif;
	link: beige;
}

p.cent {
	font-family: comic sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
	text-align: center;
	color: tan;
}

p.centbig {
	font-family: comic sans MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 100;
	text-align: center;
	color: tan;
}



<!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX LINKS>

a:link {
	color: beige;
	font-family: comic sans MS, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #cc7733;
	font-family: comic sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
}

a:hover {
	color: brown;
	font-family: comic sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
}

p {
	font-family: comic sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
	align: left;
	color: tan;
}


h1, h2, h3 {
   	font-family: comic sans MS, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 100;
}

h1 {
	font-size: 30pt;
	color: tan;
	padding-right: 3px;

}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #cc7733;
}

h3 {
	font-size: 14pt;
	text-decoration: none;
	color: tan;
}





</style>
</head>
</body>
</html>

