* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: 'Gentium Plus', 'Gentium', 'GentiumAlt', 'Gentium Book Plus', 'Gentium Book', serif;
  background-color: #000010;
  color: #ffffdf;
  overflow-y: scroll;
}

a:link {
  color: #ccccff;
  text-decoration: none;
}

a:visited {
  color: #ccccff;
}

a:active {
  color: #ccccff;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 15px;
}

td {
  vertical-align: top;
  width: 50%;
}

.wrap {
  width: 720px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .wrap {
    width: 90%;
  }
}

.header {
  font-size: 125%;
  margin: 30px 0;
  text-align: center;
}

.navigation {
  overflow: hidden;
  text-align: center;
}

.navigation a {
  padding: 0px 15px;
  text-align: center;
}

.navigation a.active {
  background-color: #ccccff;
  color: #000010;
}

.content {
  margin: 30px 0;
}

ul {
  margin-top: -16px;
  margin-bottom: 0px;
  list-style-type: "·  ";
}
