body         { font-family: Verdana,Arial; font-size: 12px; 
               background-color: black; color: white;  }

a:link, a.aa:visited { 
  text-decoration: none; color: yellow; 
  }
a:visited { 
  text-decoration: none; color: orange; 
  }


a:hover, a:active { 
text-decoration: underline; color: white; 
}

td {color: gray} 

P
{
   font-family: Verdana,Arial; font-size: 12px}

TD  { font-family: Verdana,Arial; font-size: 12px }

TH   {
   font-family: Verdana,Arial; font-size: 12px
}

H1   { font-family: Arial, Helvetica, sans-serif, 'MS sans serif'; font-size: 26px}

H2   {
   font-family : Verdana,Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 18px
}

H3   {
   font-family : Verdana,Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 16px
}

small { 
    font-family: Verdana,Arial; 
    font-size: 10px;
}

/* These needed as H's put space below in tight table cells: */
.h1font { font-family: Verdana, Arial; font-size: 26px}
.h2font { font-family: Verdana, Arial; font-size: 18px}
.h3font { font-family: Verdana, Arial; font-size: 16px}

.h1_2   { font-family: Arial, Helvetica, sans-serif, 'MS sans serif'; font-size: 18px}


.sm1 { 
    font-family: Verdana, Arial; 
    font-size: 12px;
}
.sm2 { 
    font-family: Verdana,Arial; 
    font-size: 9px;
}

.pm          { font-family: Verdana,Arial; font-size: 12px
               margin-left: 30px; margin-right: 30px }

textarea     { font-family: Verdana, Arial; font-size: 12px }

input     { font-family: Verdana, Arial; font-size: 12px }

ul { list-style-type: none; padding: 0; margin: 0 }

li { padding-left: 1.8em }

/* table row shaded with purple border. background:url(images/shade_lp_l.gif) */
.trspb { border-left-style: solid; border-left-width: 1px; border-left-color: #800080;
         border-right-style: solid; border-right-width: 1px; border-right-color: #800080;
         border-bottom-style: none;
         border-top-style: solid; border-top-width: 1px; border-top-color: #800080;
         background-color: #FAD7FF}

/* table row purple border */
.trpb { border-left-style: solid; border-left-width: 1px; border-left-color: #800080;
        border-right-style: solid; border-right-width: 1px; border-right-color: #800080;
        border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #800080;
        border-top-style: solid; border-top-width: 1px; border-top-color: #800080}

/* search match hightlight */
.mh {background-color: yellow}

