html, body		{ color: white;
			font-family: Georgia, Times New Roman, Serif;
			font-size: 12px;
			background-color: transparent;
			scrollbar-arrow-color: #FFCC99;
			scrollbar-base-color: #FFCC99;
			scrollbar-track-color: #000000;
			scrollbar-face-color: #000000;
			scrollbar-shadow-color: #FFCC99;
			scrollbar-highlight-color: #FFCC99; }
a			{ color: #FFCC99; text-decoration: underline; }
a:hover			{ color: orange; text-decoration: overline; }
a:visited		{ color: #CC9933; }
a:active		{ color: white; }