body {
  font-family: 'Vollkorn';
  line-height: 1.7em;
  font-size: 1.3em;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  max-width: 460px;
  margin: 0 auto;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.row {
  width: 100%;
}

a, a:visited {
  color: #000;
}
a:hover {
  color: #53B3D1;
}

h1 {
  margin-bottom: 20px;
  color: #000;
}

ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
