





#header  { font-size: 16pt;
           font-family: sans-serif;
           color: white;
           background-color: blue;
           width; 100%;

         }

p.mid    { font-size: 10pt;
           font-weight: bold;
           
         }
   
p.head   { font-size: 10pt;
           font-weight: bold;
           font-style: italic;
         }



a:link     {color:      black;
            background: transparent;
            font-weight: bold;
            font-style: italic;
            text-decoration: none;
}



a:active   {color:      black;
            background: transparent;
            font-weight: bold;
            font-style: italic;
            text-decoration: none;
}

a:visited  {color:    black;
            background: #transparent;
            font-weight: bold;
            font-style: italic;
            text-decoration: none;
}



a:hover    {color:      white;
            background: #000080;
            font-weight: bold;
            font-style: italic;
            text-decoration: none;
}


td.blue { font-size: small;
          font-style: italic;
          text-decoration: none;
        }
              
