body {
  background-color: white; 
  max-width: 7in;
  margin: auto;
}

h1 {
  color: #cc5500;
}


p {
  text-align: justify;
}

.footnote {
  font-size: small;
}

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

a:hover {
  text-decoration: underline;
}
