/* Dateiname: style.css */
 A:link {text-decoration: none;color: white;}
     A:visited {text-decoration: none;color:white;}
     A:hover {text-decoration: underline;color: yellow;}

BODY {
scrollbar-base-color: #666666;
scrollbar-face-color: #270c78;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:black;
scrollbar-highlight-color;
scrollbar-arrow-color: white
}
