body {
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
     } 
     
    
P, OL, UL, DL, TD {font-size: 12px; line-height: 25px;}
P OL, P UL, P DL, OL UL, TD {font-size: 12px; line-height: 25px;}
        
.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: #6699ff; 
  text-decoration : underline;
  background: transparent;}
A:visited {
  color: #9900cc; 
  text-decoration : none; 
  background: transparent;}
A:hover { 
  color: #ff9900; 
  text-decoration : underline; 
  background: transparent;}
