body { font-family: Verdana, Arial, Helvetica;
       font-size: 7pt;
       color: #777777;
       scrollbar-base-color: #E7E7E7;
       scrollbar-track-color: #FFFFFF;
       scrollbar-arrow-color: #880000;
       scrollbar-highlight-color: #E7E7E7;
       scrollbar-3dlight-color: #330000;
       scrollbar-darkshadow-color: #330000;
       scrollbar-shadow-color: #DBD9C2;
     }

a:link { text-decoration: none; color: #555555; font-weight: bold}
a:visited { text-decoration: none; color: #555555; font-weight: bold}
a:active { text-decoration: none; color: #EEEEEE; font-weight: bold}
a:hover { text-decoration: underline overline; color: #440000; font-weight: bold}

.shadow { font-size: 8pt;
           font-weight: bold; 
           filter: DropShadow(Color=000000, OffX=2, OffY=2, Positive=1);
           filter: Blur(Add=1, Direction=-120, Strength=8);
           width: 50%;
           height: 1px;
         }