 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    
  scrollbar-face-color: rgb(127,127,127);
  scrollbar-highlight-color: rgb(55,55,55);
  scrollbar-shadow-color: rgb(25,30,16);
  scrollbar-3dlight-color: rgb(55,5,12);
  scrollbar-arrow-color:  rgb(50,50,50); 
  scrollbar-track-color: rgb(75,75,75);
  scrollbar-darkshadow-color: rgb(55,20,12);
}

