BODY {
      background-color : #000000;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #800000;
      }

TD	{
	font-size : 12px;
	}

P, OL, UL, DL {font-size: 12px;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 13px;}
/*and here the I prevent the incredible shrinking text*/
        
.six {font-size: 12px; 
  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: #800000; 
  text-decoration : none; 
  background: none;}
A:visited {
  color: #800020; 
  text-decoration : none; 
  background: none;}
A:hover { 
  color: #999999; 
  text-decoration : underline; 
  background: none;}

strong, b {font-weight: 800;}
/*NN 4.xx needs that...*/ 
big {font-size: larger;}
/*to emphasize words, use it inline with a <span> class*/ 
small {font-size: smaller;}
/*not really necessary, but one never knows...use it inline with a <span> class*/
