body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 40px);
}

.header {
  padding-bottom: 20px;
}

.content {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}

.footer {
  padding-top: 20px;
}

h1 {
  font-size: 20pt;
  color: #0047b3;
  font-weight: bold;
  margin-bottom: -10px;
}

h2 {
  font-size: 16pt;
  font-weight: normal;
  color: #0047b3;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #0047b3;
}

p {
  font-size: 100%;
  color: #606060;
  line-height: 1.7rem;
}

li {
  font-size: 100%;
  color: #606060;
  line-height: 1.5rem;
}

.lihead {
  line-height: 1.7rem;
  margin-bottom: -0.7rem;
  margin-top: 0.2rem;
}

img {
  max-width: 1000px;
}

button {
  width: 90px;
  height: 30px;
  background-color: white;
  border-width: 1px;
  border-color: light-gray;
  padding: 5px;
  text-align: center;
}

.menu a {
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 10pt;
  color: #606060;
  text-decoration: none;
  background-color: white;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  padding: 5px;
  padding-top: 10px;
  text-align: center;
}

.highlight a {
  color: black;
  background-color: #ccccff;
}

.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

table {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

tr, td {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: top;
}