<style type="text/css">
#void{}

body
  {
  cursor: default;
  margin-top: 10px;
  margin-left: 10px;
  background-image: url("images/background.gif");
  background-repeat: repeat-x;
  }

#text
  {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #535045;
  }

#smalltext
  {
  font-family: Arial, Tahoma, Verdana;
  font-size: 10px;
  color: #000000;
  }

#formtext
  {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #000000;
  }
  
#specialstext
  {
  font-family: Arial, Tahoma, Verdana;
  font-size: 16px;
  color: #535045;
  }

.link
  {
  text-decoration: none;
  cursor: hand;
  color: #993333;
  }

.link:hover
  {
  text-decoration: underline;
  }

.filelink
  {
  color: #535045;
  text-decoration: underline;
  font-weight: bold;
  }

.linkfooter
  {
  text-decoration: underline;
  cursor: hand;
  color: #000000;
  }
</style>