a:visited {
 color: #FFFFFF;
 font-family: Arial;
 text-decoration: none;
}

a:hover {
 color: #FF0000;
 background: #FFFFFF;
 font-family: Arial;
 text-decoration: none;
}

a:link {
 color: #FFFFFF;
 font-family: Arial;
 text-decoration: none;
}

body {
 font-family: Arial;
 font-weight: bold;
 color: #FFFFFF;
 background-image: url(oben.jpg);
 background-repeat: repeat;
 background-position: top center;
 background-attachment: fixed;
 scrollbar-base-color: #FFFFFF;
 scrollbar-arrow-color: #DFDFDF;
 scrollbar-track-color: #FFFFFF;
}
