* {
  font-family: sans-serif;
}

body {
  color: #222222;
  max-width: 42em;
  margin-left: 2%;
  margin-right: 2%;
}

a {
  color: #226666;
  text-decoration: inherit;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #559999;
}

li {
  margin: 1ex 0;
}

em {
  font-weight: bold;
  font-style: inherit;
}

.date {
  white-space: nowrap;
  vertical-align: top;
}

.year_heading {
  font-weight: bold;
  font-style: inherit;
}
