I just came to say that I've solved the problem.
Anyone else who wants the solution put the following in the stylesheet:
html {
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #1852AD;
scrollbar-track-color: #DEE3E7;
scrollbar-darkshadow-color: #98AAB1;
}
Thanks, Toney, you got the same solution as me. It's nice to see someone who knows what they are talking about!