body {
  margin: 0;
}
table {
  width: 100%;
  font-size: 8pt;
  font-family: Verdana;
  color:#0079A6;

}
td {
  padding: 1;
  vertical-align:top;
}
input.button {
  border: 1px solid #000000;
  background-color: #EFEFEF;
  color:#0079A6;
  font-weigth:bold;
  font-size: 7pt;
  width: 60;
}
input.text {
  border: 1px solid #000000;
  background-color: white;
  font-size: 8pt;
  width: 132;
  color:#0079A6;
}
a:link {
  color: #000080;
  text-decoration: none;
}
a:visited {
  color: #000080;
  text-decoration: none;
}
a:hover {
  color: #000080;
  text-decoration: underline;
}
a:active {
  color: #000080;
  text-decoration: none;
}

