html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Newsreader', serif;
  font-size: 12pt;
}

small {
  font-size: 0.8em;
}

a:link, a:visited {
  color: blue;
}

ol {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 3ch;
}

ol li {
  counter-increment: list;
  padding-left: 0;
  padding-bottom: 0.75em;
}

ol li:before {
  content: counter(list) ".";
  color: gray;
  position: absolute;
  left: 0;
}

.large {
  font-size: 14pt;
}

.linklike {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

#container {
  max-width: 100ch;
  min-height: 100%;
  position: relative;
}

#body {
  padding: 10px;
}
