/*------------ table style set ------------*/

body {
  background-image : url(images/background.jpg);
  background-repeat : no-repeat;background-position : center top;
  
  
  
  
  
  
  scrollbar-face-color : #ffc1fb;
  scrollbar-darkshadow-color : maroon;
  scrollbar-3dlight-color : yellow;
  scrollbar-highlight-color : red;
  scrollbar-arrow-color : blue;
  scrollbar-shadow-color : orange;
  scrollbar-track-color : white;
  
  
}

