a:link {
 text-decoration: none;
 color: #004400;
 }
a:visited {
 text-decoration: none;
 color: #002200;
 }
a:active {
 text-decoration: none;
 color: #006600;
 }
a:hover {
 text-decoration: underline;
 color: #007700;
 }
body {
 background-attachment:fixed;
 font-family:arial,helvetica,sans serif;
 font-size:8pt;
 scrollbar-face-color:#006700;
 scrollbar-base-color:#006700;
 scrollbar-shadow-color: #64CF64;
 scrollbar-highlight-color: #64CF64;
 scrollbar-3dlight-color: #000700;
 scrollbar-darkshadow-color:#000700;
 scrollbar-track-color: #000000;
 scrollbar-arrow-color: #EEEEEE
}
table {
 font-family:arial,helvetica,sans serif;
 font-size:8pt
}