body {
  margin: 0;
  padding: 0;
  color: black;
  background: white;
}

#main_table {
  width: 100%;
}

#navbar {
  vertical-align: top;
  font: 14px palatino, georgia, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  line-height: 160%;
}

#navbar ul {
  margin: 7px 0px 0px 7px;
  padding: 14px 14px 280px 14px;
  color: white;
  background-color: #9da9b7;
  list-style: none;
}

#navbar li {
  padding-left: 0.7em;
  padding-right: 1.6em;
}

#navbar a {
  color: white;
  text-decoration: none;
}

#navbar a:hover {
  color: #ffc94c;
}

#navbar .current_page {
  background-color: #747d87;
}

#content_td {
  width: 100%;
  vertical-align: top;
  /* old font for content: font-family: monospace; */
  font: 14px palatino, georgia, sans-serif;
  line-height: 150%
}

#content {
  margin: 7px;
  border: 1px solid black;
  padding: 13px;
}

#content a {
  color: #0000ee;
  border: 1px solid white;
}

#content a:hover {
  background: #DEE3E8;
  border: 1px dashed black;
  text-decoration: none;
}

#content a:visited {
  color: #551a8b;
}

#content .email {
  margin-top: 2em;
  text-align: center;
}

#content .page_title {
  margin: 0;
  color: white;
  background-color: #747d87;
  padding: 0.5em;
  font-size: x-large;
  font-weight: bold;
}
