/* Dateiname: style.css */

body {
  background-color: #000000;
  background-image: url("");
  font:12px Arial;
        scrollbar-face-color: #212121;
        scrollbar-highlight-color: #404040;
        scrollbar-shadow-color: #000000;
        scrollbar-3dlight-color: #616161;
        scrollbar-arrow-color:  #A1A1A1;
        scrollbar-track-color: #000000;
        scrollbar-darkshadow-color: #000000;
}

p {
  font-size: 13;
}

table {
  font:13px Arial;
}

A:link {text-decoration: none; color: "#FF0080"}
A:visited {text-decoration: none; color: "#FF0080"}
A:active {text-decoration: none; color: "#FF0080"}
A:hover {text-decoration: underline; color: "#FFB3D9"}


