﻿BODY{
scrollbar-3d-light-color: #ff8000;
scrollbar-arrow-color: #000080;
scrollbar-base-color: #000080;
scrollbar-dark-shadow-color: #24369C;
scrollbar-face-color: #FF0000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #24369C;
}
/*...and here's the explanation:
scrollbar-3d-light-color: #ff8000; the color on the outside providing the shading
scrollbar-arrow-color: #000080; the arrow color
scrollbar-base-color: #000080; the base color but is covered by all the other colors
scrollbar-dark-shadow-color: #24369C; shadow to the right of the scrollbar
scrollbar-face-color: #99B3CC; the color of the scrollbar
scrollbar-highlight-color: #FFFFFF; color that goes immediately around the scrollbar
scrollbar-shadow-color: #24369C; provides the shadow in conjunction with the dark shadow/*
