/* General */

body {
  font-family: Arial, sans-serif;
  background-color: white;
  color: black;
}

h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, serif;
  font-variant: small-caps;
  letter-spacing: .025em;
  text-align: center;
  clear: both;
  page-break-after: avoid;
}

.sub {
  font-size: smaller;
  letter-spacing: 0;
}

h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, serif;
  clear: both;
  border-bottom: 1px black solid
}

p {
  text-align: justify;
  page-break-inside: avoid;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

a {
  color: rgb(0, 20, 60);
  text-decoration: none;
}

abbr {
  text-decoration: none;
  border-bottom: none;
}

acronym {
  text-decoration: none;
  border-bottom: none;
  cursor: help;
}

a:hover {
  color: blue;
}

a.acrlink {
  color: black;
  text-decoration: none;
  cursor: help;
}

a.acrlink:hover {
  color: blue;
}

.tinted {
  color: rgb(0, 20, 60);
  white-space: nowrap;
  vertical-align: top;
  padding-right: 1em;
}

.dateRange {
  vertical-align: top;
  padding-right: 1em;
  color: rgb(0, 20, 60);
  white-space: nowrap;
}

.notThere {
  display: none;
}
