body {
  color: #000000;
  background-color: #ffffff;
  font-family: Comic Sans MS;
  text-align: center;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-highlight-color: #9f009f;
  scrollbar-face-color: #ff00ff;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: #9f009f;
  scrollbar-track-color: #ffa0ff;
}
textarea { 
  text-align: left;
}
	A:link		{ color: #ff00ff; text-decoration:none;}
	A:visited		{ color: #ff00ff; text-decoration:none;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 8em;
  left: -999em;
//	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #eee;
}
