BODY {    
      background: rgb(255,255,255);
      color: #000000;
      font : Arial, Helvetica, Geneva, sans-serif, Verdana;
     }

SMALL {    
      font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
      font-size : 12px;
     }

P, BR, UL, OL, TH, LI
       {
      color: #000000;
      font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
       }

p.descender_times:first-letter { font-size: 2.0em; font-family: 'times new roman',times,serif; }

p.descender:first-letter { font-size: 2.0em;}

H1  {
      font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
      color : #999999;
    }
H2, H3, H4, H5  {
      font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
      color : #999999;
    }

TT  {
      font-family: "Courier New", monospace; 
      font-size: 100%;
    }

A {
   color : #ff6611;
   text-decoration : none;
   font-weight : bold;
}

A:ACTIVE {
        color #ff0000;
	font-weight : bold;
}

A:HOVER {
	text-decoration : underline;
}

A:VISITED {
   color : #bb0011;
}


PRE {
      font-family: Courier, "Courier New", monospace; 
    }
PRE.red {
      color: #990000;
    }

PRE.gray {
    color: #CCCCCC;
    background: #CCCCCC;
        }

CODE { 
      font-family: "Courier New", monospace; 
     }


TD, TH, TR
       {
      font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
      font-size : 90%;
       }

TABLE.code { 
      width: 700;
      background-color: #FFFFEE;
        }

TABLE.blue {
    background: #CCCCFF;
        }

TABLE.ref {
    background: #EEEEFF;
        }

.highlight {
    font-weight: bold;
    color: white;
    background: #888888;
    font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
    font-size:  5mm;
    width: 590;
}


EM {
    font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
    font-style: normal;
    color: #0000FF;
        }

EM.green {
    font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
    font-style: normal;
    font-weight: bold;
    color: #BBBBBB;
        }
EM.gray {
    color: #CCCCCC;
    background: #CCCCCC;
    font-weight: normal;
        }
EM.cmd {
    font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
    font-style: normal;
    font-weight: bold;
    color: #555555;
    font-size: 150%;
        }



