body {
  font-family: Georgia,serif;
  font-weight: normal;
  margin-top: 120px;
  padding: 0;
  color: #666666;
  background-color: #FFFFFF;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.container {
    max-width: 800px;
    text-align: left;
    margin-top: 35px;
}

.nav {
  font-size: 24px;
  margin-left: 35px;
  margin-right: 35px;
  color: #8c8c8c;
  text-decoration: none;
}

.nav:hover {
  color: #bf1d1d;
  text-decoration: none;
}

.footer {
    border: 0;
}
    
.cite {
    display:inline-block;
    text-indent:-70px;
    margin-left:70px;
}

p {
  margin: 0 0 10px;
  font-size: 12px;
    line-height: 18px;
}

a {
  color: #bf1d1d;
  text-decoration: none;
}

a:hover {
  color: #bf1d1d;
  text-decoration: underline;
}
