Hi, you can add the following to either the body section in your CSS file (which will have it appear for all scrollbars on all pages that link to your CSS file) OR in the head tags of the page(s) you want it to appear on (change the #color values to the colors you want - if you don't know the hex codes of your colors, try this site:
http://www.december.com/html/spec/color0.html):
scrollbar-face-color:#fff;
scrollbar-arrow-color:#fff;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#c7bdae;
scrollbar-highlight-color:#fff9fc;
scrollbar-3dlight-color:#fff9fc;
scrollbar-darkshadow-color:#c7bdae;
Note: this only works in Internet Explorer. Also it's not XHTML compliant, so if you code your site with strict XHTML, this wont be acceptable.