/*
 _______________________________________________________________________________
|                                                                               |
|  Sets the style for scrollbar colors.                                         |
|                                                                               |
|_______________________________________________________________________________|

*/

body     {
    scrollbar-face-color: #ffffff; /* white */
    scrollbar-shadow-color: PaleVioletRed;
    scrollbar-highlight-color: SlateGray;
    scrollbar-3dlight-color: Gainsboro;
    scrollbar-darkshadow-color: Gray;
    scrollbar-track-color: GhostWhite; /* A gray tinted pink */
    scrollbar-arrow-color: Maroon;
}


