
A:link    {text-decoration: none ; color: white; }
A:visited {text-decoration: none ; color: white; }
A:active  {text-decoration: none ; color: white; }
A:hover   {text-decoration: underline ; color: white; }

body, textarea {
  background-color:#DCDCDC;
  scrollbar-base-color:darkblue;
  scrollbar-3dlight-color:#DCDCDC;
  scrollbar-arrow-color:#DCDCDC;
  scrollbar-darkshadow-color:darkblue;
  scrollbar-face-color:#DCDCDC;
  scrollbar-highlight-color:#DCDCDC;
  scrollbar-shadow-color:darkblue;
  scrollbar-track-color:#DCDCDC;
}

 .input {
   background:#DCDCDC;
   color:darkblue;
 }

 .bgbase{
   background-color:darkblue;
   color:white;
   font-size:11px;
   font-weight: bold;
   font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
  }

 .base{
   background-color:white;
   color:darkblue;
   font-size:11px;
   font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
  }

 .small{
   color:darkblue;
   font-size:9px;
   font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
  }

 .small_x{
   color:darkblue;
   font-size:8px;
   font-family: Small Fonts, Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
  }

 .error{
   background-color:white;
   color:red;
   font-size:11px;
   font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
  }

