BODY {
   scrollbar-face-color: Green;
   scrollbar-highlight-color: #00F402;
   scrollbar-3dlight-color: #32CD32;
   scrollbar-darkshadow-color: #666666;
   scrollbar-shadow-color: #708090;
   scrollbar-arrow-color: #00FA9A;
   scrollbar-track-color: #CC9933;
   scrollbar-base-color: #FFD700;
}

h2 {
	font: bold;
	background-color: #00DB70;
	border: double Lime;
}

hr {
	background-color: Lime;
}


A:hover { background: #00ffff; text-decoration: underline overline;  color: #0720fe;  }

