  body {
      background-color: #606060;
      color: #D9BC7E;
      font-family: georgia, serif;
  }

  a {
      text-decoration: none;
  }

  a:link {
      color: #D9A033;
  }

  a:visited {
      color: #D0C3A8;
  }

  a:active {
      color: #D8682F;
  }

  a:hover {
      text-decoration: underline;
  }

  .SiteMasthead {
      font-family: sans-serif;
      font-size: 3em;
      letter-spacing: 0.1em;
      word-spacing: 0.2em;
      background-color: #606060;
      width: 50px;
      height: 750px;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0.5em;
      float: left;
  }

  .SectionTitle {
      /* font-family: garamond, serif; */
      font-family: georgia, serif;
      letter-spacing: 0.05em;
      word-spacing: 0.1em;
      margin-top: 0;
      margin-bottom: 1em;
  }

  .Navigation {
      margin-bottom: 0.5em;
      width: 400px;
  }

  .Navigation_previous {
      text-align: left;
      width: 50%;
      display: inline;
  }

  .Navigation_next {
      text-align: right;
      width: 50%;
      display: inline;
  }

  h1 {
      font-size: 1.5em;
      margin: 0;
      padding: 0;
  }

  .Title {
      font-weight: bold;
  }

  .Date:before {
      content: "(";
  }

  .Date:after {
      content: ")";
  }

  p.Copyright {
      font-style: italic;
      font-size: 0.8em;
  }

  img {
      border: 0px;
  }

