
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: darkblue ;
    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 ;
   } 

A.textref
   {
    color:   lightslategray ;
    text-decoration: underline ;
   } 

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 ; 
    margin: 0px 0px 10px 0px;
   }

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 ;
   }

TD.menu
  {
   font-style:italic; 
   color: red;
   background-color: transparent
  }



BODY
   {
/*    background-image: ../instructreg/tish.png; */
    background-color: lavender;
   }
DIV.textref
   {
    font-family: Helvetica ;
    font-size: 10pt ;
    font-weight: bold ;
    color:   lightslategray ;
    text-decoration: underline ;
    cursor:pointer;
   } 

SPAN.flastmod
   {
    font-family: Helvetica ;
    font-size: 10pt ;
    font-weight: bold ;
    color:   lightslategray ;
   } 










