a:link {
 text-decoration: none;
 color: #EEEEEE;
 }
a:visited {
 text-decoration: none;
 color: #CCCCCC;
 }
a:active {
 text-decoration: none;
 color: #FFEECC;
 }
a:hover {
 text-decoration: underline;
 color: #FFFF00;
 }
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
}
textarea {
 border-top:#001100 solid thin;
 border-bottom:#001100 solid thin;
 border-right:#001100 solid thin;
 border-left:#001100 solid thin;
 background:#005500;
 color:#FFFFFF;
 font:9pt verdana;
} 
input {
 border-top:#001100 solid thin;
 border-bottom:#001100 solid thin;
 border-right:#001100 solid thin;
 border-left:#001100 solid thin;
 background:#005500;
 color:#FFFFFF;
 font:9pt verdana;
} 
table {
 font-family:arial,helvetica,sans serif;
 font-size:8pt
}