body
{
  color: black;
  background-color: white;
  font-family: sans-serif;
  margin: 1em 1em 1em 1em;
}
a { color: blue; text-decoration: underline; }
a:hover { color: red; text-decoration: underline; }
