<html>
<head>

<title>Style Sheet For Site</title>

<style>

h1 {color:gold; font-family: comic sans ms; font-size: 12pt}
h2 {color:black; font-family: comic sans ms; font-size: 10pt}
body {background-color: ; font-size: 10pt; font-family: comic sans ms}
address {font-size: 9pt; font-family: comic sans ms; font-style: italic}
hr {size: 1}

</style>

</head>

<body></body>

</html>