h1 {
  font-family: Helvetica,Verdana;
  font-size: 12pt;
  color: blue;
}
h2 {
  font-family: Helvetica,Verdana;
  font-size: 10pt;
  color: blue;
}
body {
  font-family: Verdana, Verdana;
  font-size: 8pt;
  color: black;
}
th {
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  color: blue;
  font-weight: bold;
  background-color: #e0e0e0;
  text-align: left;
}
td {
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  background-color: #e0e0e0;
  text-align: left;
  vertical-align: top;
}
.fixed {
  font-family: monospace;
}

