/*								HEX			DECColors	Blue					#006699			Gold					#FFCC33			Standard Fonts	PC						Mac					Arial					Helvetica					Courier New			Courier					Times New Roman		TimesMS Web Fonts	New Font			Similar Old Font				Arial Black				Comic Sans				Georgia			Times New Roman, Times				Impact				Monotype.com		fixed pitch				MS Trebuchet		Arial, Helvetica, sans-serif				Verdana			Arial, Helvetica, sans-serif				Webdings			icons*/BODY { background-color: black;	color: white; 	font-family: Georgia, "Times New Roman", Times }A:link { color: #FFCC33 }A:visited { color: #FFCC33 }A:active {color: #FFCC33 }