BODY,TD {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #202020;
}


A:link {
  text-decoration: none;
  color: #0040ff;
}

A:visited {
  text-decoration: none;
  color: #0040ff;
}

A:hover {
  text-decoration: underline;
  color: #0040ff;
}

A:active {
  text-decoration: underline;
  color: #0040ff;
}

INPUT, SELECT {
  font-size: 10px;
}

