BODY {
  background-image: url("http://www.fs.tum.de/~richtesi/corner.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
}

A {
  text-decoration: none;
  font-weight: bold;
}

A:link {
  color: blue;
  background-color: transparent;
}

A:active {
  color: red;
  background-color: transparent;
}

A:visited {
  color: purple;
  background-color: transparent;
}

ADDRESS.localurl {
  display: none;
}


