body {
  margin: 0px;
}
input, textarea, select, button {
  font-family: verdana;
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
}
a, a:visited {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
td {
  font-family: verdana;
  font-size: 14px;
  color: #000000;
}

@media print {
  .nonprint {
    display: none;
  }
}
