body {
  margin: 0px;
  font-family: sans-serif;
}
A {
  text-decoration: none;
  color: blue;
}
A:hover {
  text-decoration: underline
}

table {
  margin: 0px;
}
tr.header {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-color: black;
  font-size: 11pt;
  font-weight: bold;
}
P {
  margin: 5px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: thin solid black;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20;
  font-style: oblique;
}
.option {
  font-size: 10pt;
}

.navbar {
  font-family: sans-serif;
  font-weight: bold;
  text-indent: -10px;
  margin-left: 10px;
}
.midtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  border-bottom: medium double black;
}
.thanks {
  font-size: 10pt;
  font-style: oblique;
}
