body {
  font-family: 'Big Caslon', 'Source Han Serif CN SemiBold', 'STSong', 'SimSun', serif;
  background-color: #fdfde3;
}

div#content {
  width: 60%;
  max-width: 800px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

div#postamble {
  width: 60%;
  max-width: 800px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a {
  text-decoration: none;
  color: #55ccff;
}

a:visited {
  color: #11aadd;
}
