html,body {
  scrollbar-3dlight-color: white;
  scrollbar-arrow-color: black;
  scrollbar-base-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-face-color: white;
  scrollbar-highlight-color: black;
  scrollbar-shadow-color: white;

  font-family: verdana;
  font-size: 11px;
  color: black
}

a:link {
  font-family: verdana;
  font-weight: bold;
  color: black;
  text-decoration: none
}

a:visited {
  font-family: verdana;
  font-weight: bold;
  color: black;
  text-decoration: none
}

a:active {
  font-family: verdana;
  font-weight: bold;
  color: black;
  text-decoration: underline
}

a:hover {
  font-family: verdana;
  font-weight: bold;
  color: black;
  text-decoration: underline
}

p,div,table,td {
  font-family: verdana;
  font-size: 11px;
  color: black
}