a:hover      { color: blue; background-color: white; text-decoration: underline; }
a:link       { color: navy; text-decoration: underline; }

a:active     { color: navy; text-decoration: underline; }

a:visited    { color: navy; text-decoration: underline;  }

a.navi:hover { color: maroon; background-color: silver; }
a.navi:link  { color: Red; text-decoration: none; }
a.navi:visited {color: red; text-decoration: none; }
a.navi:active {color: red; text-decoration: none; }


a.navwhite:hover { color: white; background-color: red; }
a.navwhite:link  { color: white; }
a.navwhite:visited {color: white }
a.navwhite:active {color: white; }


li           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; }
li           { list-style-type: square; }
   
UL.Blue      {
	           list-style-type: SQUARE;
	           color: NAVY; margin-right: 15; font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
              }
	      
UL.Red      {
	           list-style-type: SQUARE;
	           color: RED;
              }

ul           {list-style-type: disc;
               }
              
ol           {list-style-type: square; color: Blue;}
ol.comic     {FONT-FAMILY: 'Comic Sans','Comic Sans MS',Arial,Helvetica,Geneva; color: Black;
	         margin-left: 15; margin-right: 15; list-style-type: square; color: Blue;
            }   
li.comic {margin-left: 20; margin-right: 20; list-style-type: square; color: Blue;}             

dd           { list-style-type: disc; 
               margin-left: 1em; margin-right: 1em;
              }
               
dt           { font-weight: bold }


.line        { text-decoration: none}

h1           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
               font-size: 1.5em; margin-top: 10; margin-left: 10; margin-bottom: 10;
               color: navy;
               }
               
h2           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
               font-size: 1.3em; margin-top: 10; margin-left: 10; margin-bottom: 10;
               color: navy;                
               }
               
h3           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif;  
               font-size: 1.0em; 
               color: black;
               }
               
h4           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif;  
               font-size: 0.75em; 
               color: navy; 
               margin-left: 10
               }
               
h5           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
               font-size: .8em; 
			   font-style: italic; color: #993366; background-color: CCFFFF; 
               }
               
h6           { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
               font-size: .8em; 
               color: #003399; 
               }
               

p            { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
               color: black; margin-left: 15; margin-right: 15; 
	       }
p.comic     {FONT-FAMILY: 'Comic Sans','Comic Sans MS',Arial,Helvetica,Geneva; color: Black;
	         margin-left: 15; margin-right: 15;
            } 
               

body         { font-family: Arial, Helvetica,Trebuchet MS, Trebuchet,sans-serif; 
               color: black;
	           font-size: 12px; 
	           background-color: #483D8B;               
               }
               

                 
.sidebar     { font-family: Arial, Verdana, Helvetica, sans serif; 
				font-size: 1em; 
				color: red; background-color:Yellow; 
				text-decoration: none;
                }

               
         
table, td, th    { font-family: Arial, Verdana, Helvetica, sans-serif;
                   font-size: 1em; 
                  }           
td			     { margin: 2; }
 
.small   {font-size: .7em; border: 0px none;}            
               
 .seealso      {font-family: Arial,Verdana,Helvetica,sans-serif; 
                    font-size: .9em; 
	            font-style: normal; color: #993366; 
		    background-color: white;
               }     
               
              
  .navmen        { border-left:1px none navy; border-right:1px none navy; border-top:1px solid; border-bottom:1px solid; margin:5px 1px; font-color: red; font-weight: bold; font-size: 1em; font-family: Arial,Trebuchet; 
                  text-decoration: none; background: white;
                  padding: 1; width: 90%; >
                 }   

 .navred  { font-family: Arial,Verdana,Helvetica,sans-serif; 
               font-size: .9em; font-color: Red;  
               } 
	       
.navwhite  { font-family: Arial,Verdana,Helvetica,sans-serif; 
               font-size: 1.0em; font-color: white;  
               } 
	       
.leader  { font-family: Arial,Verdana,Helvetica,sans-serif; 
               font-size: 0.9em; font-color: black;  
               } 
	       
.comic     {FONT-FAMILY: 'Comic Sans','Comic Sans MS',Arial,Helvetica,Geneva; color: Black;
	         margin-left: 15; margin-right: 15;
            } 