body { font-family : Verdana,helvetica ; 
      font-size: 12pt; 
      scrollbar-arrow-color: white;
     
     }
     
A:hover { font-weight: bold ;
          color : navy ;
          background-color: #ffcc33; 
          text-decoration: none;
        }
        
A:link  { font-weight: bold ;
          color : blue; 
        }
        
A:visited { font-weight: bold ;
            color : blue; 
          }
          
A:active { font-weight: bold ;
           color : teal ; }
           
p  { font-family: Verdana; 
     font-size: 12pt;  
   }
 
ul { font-family: Verdana; 
     font-size: 12pt; 
     color : black 
   }   
    
li { font-family: Verdana; 
     font-size: 12pt; 
   }
  
td { font-family: Verdana; 
     font-size: 12pt; 
   }

h1 { font-size: 32pt; font-family: Book Antiqua, Verdana; color : white ; font-weight: bold; 
     font-align: center;
    background-color: turquoise; color: rgb(255,255,255)}
    
h2 { font-size: 16pt; font-family: Verdana; color : white ; font-weight: bold; 
    background-color: rgb(102,153,240) ; }
    
h3{ font-size: 14pt; font-family: Verdana; color : black ; font-weight: bold; 
    background-color: rgb(102,153,255);rgb(0,102,180);}
    
h4{ font-size: 12pt; font-family: Verdana; color : black ; font-weight: bold;
    background-color: rgb(102,153,255);}
     
h5{ font-size: 12pt; font-family: Verdana; color : black ; font-weight: bold; 
    background-color: rgb(102,153,255);}
    
h6{ font-size: 12pt; font-family: Verdana; color : white ; font-weight: bold; 
    background-color: rgb(153,0,51);}
    
pre {  font-family: "Courier New", Courier, mono; font-size: 12px}
    

 