BODY {scrollbar-face-color: white; 
scrollbar-highlight-color: green; 
scrollbar-shadow-color: green; 
scrollbar-3dlight-color: white; 
scrollbar-arrow-color: green; 
scrollbar-track-color: white; 
scrollbar-darkshadow-color: white;
        background-color : white;
          }
		 
		 
A:link {
        color : blue;
        font-weight: solid;
        text-decoration: underline;  }


A:visited {
        color : blue;
        font-weight: solid;
        text-decoration: underline; }


A:hover {
        color: red;
        font-weight: solid;
        text-decoration: none; }

A:active {
        color: red;
        text-decoration: none; }


