body {
      font-family : Verdana, Arial, Eyechart, Geneva, Helvetica, sans-serif;
      color : #336699;
     } 
     
    
P, OL, UL, DL,TD {font-size: 14px;}
P OL, P UL, P DL, OL UL,TD {font-size: 14px;}
        
.six {font-size: 11px; 
  color: #999999; /*this is for small text*/
  background: transparent;}
.mit {text-align: justify;}/*justified text*/
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; /*also red, but bigger and in bold*/
  color: #FF0000; 
  font-weight: 600; 
  background: #FFFFFF;}

    
A:link {/*normal links in the text*/
  color: blue; 
  text-decoration : none; 
  background: transparent;}
A:visited {
  color: #993399; 
  text-decoration : none; 
  background: transparent;}
A:hover { 
  color: #008000; 
  text-decoration : underline; 
  background: transparent;}	

/*now follow the section links in the navigation bar on the left side*/        
A.nav:link {
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.nav:visited {
  color: #c0c0c0; 
  text-decoration : none;
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.nav:hover { 
  color: #7FFFD4; 
  text-decoration : underline; 
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.navtot {/*the style for the actual page*/
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 12px; 
  background: transparent;}






/*these are the sub-section links in the navigation bar on the left side*/ 
A.nav2:link {
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
A.nav2:visited {
  color: #FF8C00; 
  text-decoration : none;
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
A.nav2:hover { 
  color: #7FFFD4; 
  text-decoration : none; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
A.navtot2 {
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 13px; 
  background: transparent;}/*the actual page*/







