BODY {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:white;
  scrollbar-track-color:#707070;
  scrollbar-shadow-color: 088879;
  scrollbar-highlight-color: 141315;
  scrollbar-3dlight-color: 676554;
  scrollbar-darkshadow-color: 765788;
}

A:link {
  color: #0000FF;
  text-decoration: none;
  background: #FFFFFF;}/*normal links in the text*/
A:visited {
  color: #FF9999;
  text-decoration: none;
  background: #FFFFFF;}
A:hover { /*this effect is not shown in NN4.xx*/
  color: #999999;
  text-decoration: none;
  background: #FFFFFF;}
A:active {/*colour in NN4.xx is red*/
  color: #9999CC;
  text-decoration: none;
  background: #FFFFFF;}
  
