body {
  margin: 6em;

  background: #fff;
  color: #222;

  font-family: sans-serif;
  line-height: 1.8em;
}

li {
  font-size: small;
}

p {
  font-size: small;
}

a {
  text-decoration: none;

  background: inherit;
  color: #339;
}

a:hover {
  background: #339;
  color: #fff;
}
