body {
  background-color: #ffe;
  color: #111;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
h1, .textlink {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.story p {
  line-height: 1.75em;
  padding: 0;
  text-align: left;
  margin-bottom: 1.75em;
}

.textlink {
  font-weight: bold;
  letter-spacing: 4px;
}
.textlink:hover {
  color: #6c6;
  text-decoration: underline;
}
.textlink a {
  color: inherit;
}

.story hr + p {  text-align: center; }

@media (min-width: 600px) {
  main {
    max-width: 600px;
    margin: 0 auto;
  }
}
