<style>
<!--
<style>
<!--
BODY {background-color: "#000033";
      font-family:Franklin Gothic;
	  font-size: 12pt;
	  font-style: normal;
	  margin-left: 0.30in;
	  margin-right: 0.30in;
	  margin-top: 0.25in;
	  text-align:left;
	  color:yellow}
	  
	  /* Links must always be in the order:
   link, visited, focus, hover, active */
a {
	background-color: transparent;
	border-bottom: #8b0000 1px;
	color: #009900;  /* yellow */
	font-size: 100%;
	text-decoration: none;
}
a:link {
	background-color: transparent;
	color: #82F91A;  /* blue */
}
a:visited {
	background-color: transparent;
	color: #82F91A; /* purple */
}
a.focus {
    border-bottom: #3399cc 1px;
    background-color: #ffffcc;
	color: #82F91A;
}
a:hover {
    border-bottom: #ff0000 0px;  /* dashed */
    background-color: #000033;
	color: #ff0000;
}
a:active {
	background-color: transparent;
	color: #669900;  /* blue */
}

H1 {font-family:Franklin Gothic; font-size:40pt; font-style: normal; color:orange; text-align: center}
H2 {font-family:Franklin Gothic; font-size:26pt; font-style: normal; color:orange}
H3 {font-family:Franklin Gothic; font-size:20pt; font-style: italic; color:orange}
H4 {font-family:Franklin Gothic; font-size:14pt; font-style: normal; color:green}
H5 {font-family:Franklin Gothic; font-size:12pt; font-style: normal; color:#669900}
H6 {font-family:Franklin Gothic; font-size:8pt; font-style: normal; color:green}
.gloss {background-color: #ff9900}
.glass {background-color: #ffffcc}

-->
</STYLE>
