
H1
   {
    color: darkblue ;
    font-family: Helvetica ;
    font-size: 25pt ;
    text-align: center; 
   }

H2
   {
    color: darkblue ;
    font-family: Helvetica ;
    font-size: 14pt ;
   }

H3
   {
    color: darkblue ;
    font-family: Helvetica ;
    font-size: 12pt ;
   }

H4
   {
    color: darkblue ;
    font-family: verdana,Helvetica ;
    font-size: 12pt ;
    text-decoration: underline;
   }

H5
   {
    color: maroon ;
    font-family: verdana,Helvetica ;
    font-size: 10pt ;
   }

H6
   {
    color: mediumslateblue ;
    background-color: lightpink ;
    font-family: verdana,Helvetica ;
    font-size: 10pt ;
   }
A
   {
    font-family: Helvetica ;
    font-size: 10pt ;
    font-weight: bold ;
    color:   magenta ;
   } 

P
   {
    color: darkblue ;
    font-family: verdana,Helvetica ;
    font-size: 10pt ;
    text-align: left ; 
   }

UL,OL,LI
   {
    color: darkblue ;
    font-family: verdana,Helvetica ;
    font-size: 10pt ;
    text-align: left ; 
   }

HR
   {
    color: maroon ;
   }

IMG
   {
    filter: Chroma(color=white) ;
    border-color: maroon ;
   }

TABLE
   {
    border-color: maroon ;
   }
TD,TH
   {
    color: darkblue ;
    background-color: thistle ;
    font-family: verdana,Helvetica ;
    font-size: 9pt ;
   }
BODY
   {
    background-color: lavender;
   }
DIV.textref
   {
    font-family: Helvetica ;
    font-size: 10pt ;
    font-weight: bold ;
    color:   lightslategray ;
    text-decoration: underline ;
    cursor:pointer;
   } 









