Here's the code for the scroll bars colors...
(this is the one that I use. so change the color to your own likings)
Copy in between lines---------------------------
<STYLE TYPE="text/css">
BODY {scrollbar-face-color:000000; scrollbar-shadow-color:000CFF; scrollbar-highlight-color:FF0000; scrollbar-3dlight-color:FF0059;scrollbar-darkshadow-color:5B5A5A; scrollbar-track-color:000000; scrollbar-arrow-color:FF0000} </STYLE>
------------------------------------------------
Scrollbar-face-color: = The color of your scroll bar face
Scrollbar-shadow-color: = The border on the right & bottom side of the scrollbar
Scrollbar-highlight-color: = The border on the left & top of the scrollbar
scrollbar-3dlight-color: = The bottom color of the button and scrollbar (left side)
scrollbar-darkshadow-color: = The bottom color of the button and scrollbar (right side)
scrollbar-track-color: = The color your scrollbar will slide over
scrollbar-arrow-color: = The color of the arrows
Visit this site for the color codes: http://www.webmonkey.com/reference/color_codes/
Replace the color code, and put the color of your choice. DO NOT include the pound sign '#'. Note each color code has 6 characters.
Make sure to replace the code only. Do not erase anything else or youll mess the whole thing up.