body {
  padding: 1em 1em 1em 1em;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: 1em left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(/images/logo.jpg);
}

div, p, li {
  font-size: 10pt;
}

a {
text-decoration: none;
}