body {
      background: url(../images/bgbb.jpg) rgb(68,74,128);
      background-repeat:no-repeat; background-attachment:fixed;
      scrollbar-track-color:rgb(0,0,96);
      scrollbar-arrow-color:rgb(255,255,255);
      scrollbar-face-color:rgb(32,32,192);
      scrollbar-highlight-color:rgb(64,64,255);
      scrollbar-shadow-color:rgb(16,16,128);
      scrollbar-3dlight-color:rgb(128,128,255);
      scrollbar-darkshadow-color:rgb(8,8,64);
      color: white;
      font-face: Times;
     }

a { color: rgb(128,224,255); text-decoration:underline }
a:hover { color: rgb(255,255,255) }

