body {
scrollbar-arrow-color:#BCBEC0;
scrollbar-base-color:#BCBEC0;
scrollbar-darkshadow-color:#555566;
scrollbar-track-color:#DCDDDE;
scrollbar-face-color:#BCBEC0;
scrollbar-shadow-color:#BCBEC0;
scrollbar-highlight-color:#D1D3D4;
scrollbar-3dlight-color:#555566;
}


A:link { text-decoration: none; color: #555566; }
A:visited { text-decoration: none; color: #555566; }
A:hover { text-decoration: none; position: relative; top: 1px; }


input, textarea { 
       color: #555566;
       background: #DCDDDE;
       font-size: 10px;
       font-weight: regular;
       text-decoration: none;
       font-family: Verdana, Arial, Helvetica, sans-serif; 
       border-width: 1px;
       border-style: solid;
       border-color: #000000; 
      }