html, body		{ background-image: url("holeclouds.jpg");
			background-attachment: fixed;
			background-position: bottom left;
			background-repeat: no-repeat;
			color: white;
			font-family: Georgia, Times New Roman, Serif;
			font-size: 12px;
			background-color: black;
			scrollbar-arrow-color: #FFCC99;
			scrollbar-base-color: #FFCC99;
			scrollbar-track-color: #000000;
			scrollbar-face-color: #000000;
			scrollbar-shadow-color: #FFCC99;
			scrollbar-highlight-color: #000000; }
a			{ color: #FFCC99; text-decoration: underline; }
a:hover			{ color: orange; text-decoration: overline; }
a:visited		{ color: #CC9933; }
a:active		{ color: white; }
iframe			{ background-color: transparent; border: 0px; }