Hi,
for colored scroll bars, put this in your 'head' and use the color codes you want for the -----, keep the # and the ;
<style>
BODY{
scrollbar-3dlight-color:#-----;
scrollbar-arrow-color:#-----;
scrollbar-dark-shadow-color:#-----;
scrollbar-face-color:#-----;
scrollbar-shadow-color:#-----;
scrollbar-track-color:#------;
scrollbar-highlight-color:#------;
}
</style>
HTH