html, body
{
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: sans-serif;
  font-size: small;
  color: black;
}

a img
{
  border: 0px;
}

/* Anchors */
a
{
  color: #0000ff;
}

a:visited
{
  color: #551a8b;
}

a:active
{
  color: #ff0000;
}

p
{
  text-align: justify;
}

#footer
{
  font-size: 0.9em;
  clear: both;
  padding-top: 3ex;
  text-align: center;
  color: grey;
}
