
body {
  font-family: "Open Sans", Arial;
  color: #454545;
  font-size: 16px;
  margin: 2em auto;
  max-width: 800px;
  padding: 1em;
  line-height: 1.4;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #07A;
}
a:visited {
  color: #941352;
}

small {
  font-size: 0.4em;
}

p.st {
  margin-top: -1em;
}


