.mstheme{
navbutton-background-color:#FFFFFF;
top-bar-button:url(watglobl.gif);
}
body {
   scrollbar-base-color: #66ff66;
   scrollbar-face-color: #66ff66;
   scrollbar-shadow-color: #FFFFFF;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-highlight-color: #F00FFF;
   scrollbar-dark-shadow-color: #FFFFFF;
   scrollbar-3d-light-color: #000000;
   scrollbar-track-color: #99ffff;
}
body{
font-family:arial,helvetica;
background-image:url(blu.gif);

A:LINK {
 color : Blue;
 text-decoration: none
 font-weight : bold;
}

A:VISITED {
 color : Purple;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : overline;
 font-weight : bold;
  }

A:ACTIVE {
 color : Red;
 text-decoration: underline
 font-weight : bold;
}

}