
body {
  scrollbar-arrow-color: #000000;
  scrollbar-face-color: rgb(255, 102, 102);
  scrollbar-highlight-color: rgb(255, 102, 102);
  scrollbar-3dlight-color: rgb(255, 102, 102);
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: rgb(255, 102, 102);
  scrollbar-track-color: rgb(255, 102, 102);
}

a:link {
    color: black;
    text-decoration: none;
    font: 16px Verdana;
    }

a:visited {
    color: black;
    text-decoration: none;
    font: 16px verdana;
    }

a:hover {
    color: blue;
    text-decoration: underline;
    font: 16px verdana;
    }

div.quotes {
    color: white;
    text-decoration: none;
    font: 20px Comic Sans MS;
    }
    
.drop { position: absolute; width: 3; filter: flipV(), flipH();  font-size: 40; color: blue }


