h1, h2, h3, h4 { text-align: center; }

h1 { font-size: x-large; }

h2 {
  font-size: large;
  border-top: 1px solid black; padding-top: 0.25em;
}

h3 {
  font-style: italic;
  font-weight: normal;
  font-size: large;
}

h4 {
  font-variant: small-caps;
}


ul.toc {
  list-style-type: none;
}

li.spouse {
  color: grey;
  list-style-type: none;
}

li.bioheader {
  font-weight: bold;
}


a.navlink {
  border: 1px;
  background: #BBBBBB;
  padding: 5px;
}


div.navbar {
  padding: none;
  float: left;
  width: 140px;
  background: #A04848;
}

div.pagenav {
  text-align: center;
  background: #888888;
  padding: 15px;
}

div.pagebody {
  margin-left: 150px;
  margin-right: 30px;
}

div.content {
}
