<!-- 

body {  background: white;
        font-family : Arial, Verdana, Helvetica, sans-serif;
        font-size : 14px;
        color: black;
        margin-top:20px;
        margin-left:10px;
}

p { font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 14px;
    color: black;
}

pre { font-family : Arial, Verdana, Helvetica, sans-serif;
      font-size : 14px;
      color: black;
      font-weight : normal;
}

h1 {font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 16pt;
    font-weight : bold;
    color: black;
}

h2 {font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 14pt;
    font-weight : bold;
    color: black;
}

h3 {    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}

h4 {    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color: black;
}

tr { font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}
tr { font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}

table.header { border: solid thin black;
    font-size : 18pt;
    font-weight : bold;
    color: #006699;
    background: #C0C0C0;
}
tr.text { border: solid thin black;
    font-size : 12pt;
    font-weight : bold;
    color: #000000;
    background: #C0C0C0;
}
th { color:white; 
     background: black;
     padding-left: 10px;
     padding-right: 10px;
   }

.smaller { font-size : 10pt;
    font-weight : bold;
    color: #000000;
    background: #C0C0C0;
}
.smallest { font-size : 8pt;
    font-weight : normal;
    color: #000000;
    background: #C0C0C0;
}

.hilite { border: none;
    font-size : 12pt;
    font-weight : bold;
    color: black;
    background: rgb(255, 255, 0);
}

a.menu:link     {font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}
a.menu:visited  {font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}
a.menu:active   {font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}
a.menu:hover    {color: black; font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}

--> 

