<!-- CSS Stylesheet -->
body {
         background-color : "#FDFDCR";  
         font : 12pt 'Comic Sans';
         font-weight : normal;
         color : "#530000";
         Margin-Left : 0px;
     }

hr   {
       size : "2";
       color : "#530000";
     }
A:ACTIVE  {
           font-style : normal;
	       color : "#530000";
           text-decoration: none;
           font-weight : normal;
          }

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

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

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

B{
	font-style : normal;
	font-weight : bold;
	font-size : 14pt;
	} 
    
BIG{
    font-style : normal;
	font-weight : bold;
	font-size : 14pt;
	       color : "#530000";
	}
    
STRONG{
	font-style : normal;
	font-weight : bold;
	font-size : 16pt;
	       color : "RED";
	}

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

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

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

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

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

H5{
	Font : Bold 24pt 'Arial';
	Margin-Left : 0px;
	       color : "#000040";
	}

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	     font : 12pt 'Comic Sans';
         font-weight : normal;
         color : "#530000";
         font-style : normal;
	}


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

<!--     
.bull {
padding-right:5px; margin: 0px;
}    
PRE, TT, CODE, KBD, SAMP{
	font-family : 'monospace';
	}
 -->
<!--[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]-->









