

body { 
color: white;
scrollbar-3dlight-color:    #ff9f00;
scrollbar-arrow-color:      #00ff00;
scrollbar-base-color:       #ffffcc;
scrollbar-darkshadow-color: #a03030; 
scrollbar-face-color:        "blue"; 
scrollbar-highlight-color:  #300000;
scrollbar-shadow-color:     #a03030;
 }

A:link { background: transparent; color: transparent; text-decoration: none; }

A:visited { background: transparent; color: transparent; text-decoration: none; }
 
A:active { background: transparent; color: transparent; text-decoration: none; }

.btn {
	cursor:hand;
	font-family:Verdana,"MS Sans Serif",Charcoal,Chicago,Arial;
	font-weight:bold;
	font-size:big;
	background-color:"blue";
      color:"lime";
} 