<!-- CSS Stylesheet -->
body {
     background-color : "black";
     font : 12pt 'Comic Sans MS';
     font-weight : normal;
     color : "white";
     text-align : center;
     margin : 5pt;
     }

A:ACTIVE  {
           font-style : normal;
	       color : "white";
           text-decoration: none;
           font-weight : normal;
          }

A:HOVER   {
           font-style : normal;
	       color : "white";
           text-decoration: none;
           font-weight : normal;
          }

A:LINK    {
           font-style : normal;
	       color : "white";
           text-decoration: none;
           font-weight : normal;
          }

A:VISITED {
           font-style : normal;
	       color : "white";
           text-decoration: none;
           font-weight : normal;
          }

B{
	font-style : normal;
	font-weight : bold;
	}

STRONG{
	font-style : normal;
	font-weight : bold;
	font-size : 14pt;
     color : "white";
	}

SMALL{
    font-style : normal;
	font-weight : normal;
	font-size : 8pt;
     color : "white";
	}

H1{
	font : Bold 24pt 'Arial';
	margin-left : 0px;
    color : "white";
	}

H2{
	Font : Bold 20pt 'Arial';
	margin-left : 0px;
     color : "white";
	}

H3{
	Font : Bold 18pt 'Arial';
	Margin-Left : 0px;
     color : "white";
	}

H4{
	Font : Bold 14pt 'Arial';
	margin-left : 0px;
     color : "white";
	}

H5{
	Font : Bold 12pt 'Arial';
	Margin-Left : 0px;
     color : "white";
	}

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	font-style : italic;
	}
    
.bull {
padding-right:5px; margin: 0px;
}

/* Lists */
#navlist ul, li {
display: inline; list-style-type: none; margin: 0px; padding: 0px; line-height:25px;
}



<!--
    
PRE, TT, CODE, KBD, SAMP{
	font-family : 'monospace';
	}
 -->
<!--[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]-->









