/*- CSS Stylesheet   (C) 2002 by Dirk Schönfuß */
body {
  background-attachment : fixed;
  color:Black;
  background-color:White;
  font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}

TH {
  font-size:105%;
}

TD {
  font-size:92%;
}

a:link {
  color:Blue;
  background-color: transparent;
  text-decoration:none;
}
a:visited {
  color:#295AAD;
  background-color: transparent;
  text-decoration:none;
}

a:active {
  color:#8080FF;
  background-color:#FFFFBF;
  text-decoration:underline;
}

a:hover {
  color:Red;
  background-color: transparent;
  text-decoration:none;
}

H1 {}
H2 {}
H3 {}
H4 {}

P {}
BR {}
