body {
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.55;
  font-size: 12px;
}
:link, :visited {
  color: #01a4b5;
  background-color: inherit;
  text-decoration: none;
}
:link:hover, :visited:hover {
  color: #067ac5;
  background-color: inherit;
  text-decoration: underline;
}