changing the scrollbar color is done via
css.
scrollbar-base-color: #000000;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
replace the hex codes with whatever colours you want and youre off and running.
if you know html pretty well, but are not familiar with css, look into it. its really a lot of fun and you can do a lot to customise the look and feel of your website. suggestion: build one website and see how it looks using multiple different stylesheets. fun for the whole family.
~james