body, td, select, input, textarea {
  font-family: Verdana, Arial, Tahoma;
  font-size: 9pt;
  color: #555555;
}

a:link, a:visited {
  text-decoration: none;
  color: #112299;
}

a:active, a:hover {
  text-decoration: underline;
  color: #112299;
}

textarea, input {
  border-color: #555555;
  border-style: solid;
  border-width: 1px;
  background-color: #EEEEEE;
}