
body {
  background-color: #ffffff;
  color: #666666;
  font-family: verdana, arial;
  font-size: 10px;
}
table, tr, td {
  color: #666666;
  font-family: verdana, arial;
  font-size: 10px;
}

a:link {
  text-decoration: none;
  color: #77a3bb;
}

a:active {
  text-decoration: none;
  color: #9999aa;
}

a:visited {
  text-decoration: none;
  color: #999999;
}

a:hover {
  color: #aadbdd;
  font-weight: bold;
  text-decoration: none;
}

input {
  font-family: verdana, arial;
  font-size: 10px;
  background-color: #ffffff;
  border-top: 1px #808080 solid;
  color: #666666;
  border-right: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #808080 solid;
}

textarea {
  font-family: verdana;
  font-size: 7pt;
  background-color: white;
  border-top: 1px #808080 solid;
  color: #3e3e3e;
  border-right: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #808080 solid;
}

