body {
background-color:#e0e0e0;
background-attachment: fixed;
padding:0;
margin:0;
font-family: arial,helvetica;
font-size: 9pt;
color:#000000;
text-decoration:none;
}

/* Links */
a:link {
font-family: arial,helvetica;
font-size: 9pt;
color: #000070;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
font-family: arial,helvetica;
font-size: 9pt;
color: red;
text-decoration: none;
}

/* besuchte Links */
a:visited {
font-family: arial,helvetica;
font-size: 9pt;
color: #000070;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
font-family: arial,helvetica;
font-size: 9pt;
color: red;
text-decoration: none;
}

