body {
  width: 7in;
}

#footer {
  border-top: thin black solid;
  display: block;
  text-align: center;
  width: 100%;
}

#footer span {
  margin: 0 0.5em;
}

#footer span.email {
  display: none;
}

#header {
  text-align: center;
}

#sidebar {
  display: none;
}

.navigation {
  display: none;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

table.fancy {
  margin: .5em auto;
  border-width: 1px 2px 1px 1px;
}

table.fancy td, table.fancy th {
  border-color: #000000;
  border-style: solid;
}

table.fancy td {
  border-width: 0 0 1px 1px;
}

table.fancy th {
  border-width: 1px 0 2px 1px;
}

.bad {
  font-style: italic;
}

