body {
  background-color: #ffffff;
  background-image: url(../images/udobecker.gif);
  background-repeat: repeat-y;
  background-attachment: fixed;
  margin-top: 30px;
  margin-left: 50px;
  font-family: Courier New, Courier, monospace;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}
small {
  font-size: 9pt;
}
a:link, a:visited
{
  background-color: #ffffff;
  text-decoration: none;
  color: #808080;
}
a:hover
{
  background-color: #ffffff;
  text-decoration: underline;
  color: #808080;
}
a:active
{
  background-color: #ffffff;
  text-decoration: none;
  color: #808080;
}