/*
 * StyleSheet fuer http://www.metalwitch.de
 * Autor: Udo Becker [http://www.udobecker.net]
 */
body {
  background-color: #000000;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0px;
}
p, td {
  vertical-align: top;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}
a:link, a:visited
{
  text-decoration: none;
  color: #FF0000;
}
a:hover
{
  text-decoration: underline;
  color: #FF0000;
}
a:active
{
  text-decoration: none;
  color: #FF0000;
}
.red
{
  color: #FF0000;
}
