body
{
  color: black;
  background-color: white;
  margin: 0;
  font-family: serif;
}
  
.indent
{
  margin-left: 1em;
}

div.center
{
  text-align: center;
  clear: both;
}

#return
{
  margin-top: 0;
}

#returnbutton
{
  width: 0;
  height: 0;
}

#navbar
{
  visibility: hidden;
  font-size: 0;
  color: white;
}

#footer
{
  color: black;
  font: bold 9px serif;
  width: 50em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#footer span#footerleft
{
  float: left;
}

#footer span#footerright
{
  float: right;
}
