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

H1 {font-family:Footlight MT Light; Comic Sans; font-size:48pt; font-style: normal; color:#1D577F; text-align: left}
H2 {font-family:Agency FB; font-size:16pt; font-style: normal; color:#1D577F}
H3 {font-family:Agency FB; font-size:14pt; font-style: normal; color:#1D577F}
H4 {font-family:Agency FB; font-size:12pt; font-style: normal; text-valign: center; color:#1D577F}
H5 {font-family:Comic Sans; font-size:12pt; font-style: normal; color:#1D577F}
H6 {font-family:Comic Sans; font-size:10pt; font-style: normal; color:#1D577F}
.gloss {background-color: #8FC2D2}
.glass {background-color: #ffffcc}

-->
</STYLE>