
body 
{ 
	font-family: "comic sans ms", Helvetica, sans-serif; background-color: #0092a4 ; 
	color: #000000; 
}

	a:link { color:#eee8aa }
	a:visited { color:#2f4f4f }
	a:hover { color:#ffffff }

table
	{ background: #000000; color: white }

th
	{ font-family: "bradley hand itc", helvetica, sans-serif; color: yellow; }

h1, h2, h3, h4, h5, h6
	{ font-family: "copperplate gothic light", helvetica, sans-serif; color:#ffffff; }

.light
	{ color: black; }

.dark
	{ color: white; }
	
.body
	{ font-family: "comic sans ms", Helvetica, sans-serif; background-color: #0092a4 ; 
	color: #000000; }
<!-- Body BG & Font colors  Should be same as BODY -->

.white
	{ border:1.0pt solid windowtext; background:#ffffff; color:#000000; }
<!-- Used for Puzzles -->

.blue
	{border:1.0pt solid windowtext; background:#99CCFF; color:#000000; }
<!-- Used for Puzzles -->

.spacer
	{ width="10" }
<!-- Spacer for Tables -->