body, html 
  { font-family: Verdana, sans-serif;
    background-image: url(background.gif);
    background-attachment: fixed; 

    scrollbar-arrow-color: black;
    scrollbar-face-color: greenyellow;
    scrollbar-highlight-color: red;
    scrollbar-3dlight-color: darkolivegreen;
    scrollbar-shadow-color: aqua;
    scrollbar-darkshadow-color: teal;
    scrollbar-track-color: green;
  }

a:link    {color: blue}
a:visited {color: fuchsia}
a:hover   {color: red}
a:active  {color: red}


