body {
	color: Aqua;
	background-color:black;
	margin:0px;
	padding:0px;
	font:14px verdana, arial, helvetica, sans-serif;
	}
ul {
	list-style: square outside;
	line-height: 25px;
}
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color: #FF9900;
	}
h2 {
	font:bold 18px/22px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #33FFFF;
	}
	h5 {
	font:bold 14px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #00994E;
	}
p {
	font:14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: #FF9900;
	font-size:14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color: #FF9900;}
a:visited {color: #FFCC99;}
a:hover {background-color: #008688;}

#table { border-bottom: 1px dotted #00994E; border-left: 1px dotted #00994E }

#td { padding: 11px 20px 20px 11px; border-top: 1px dotted #00994E; border-right: 1px dotted #00994E }
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width:120px;
	top:10px;
	margin: 0px 210px 20px 190px;
	border:1px solid white;
	background-color:black;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	margin-left: 190px;
	}

#navAlpha {
	position:absolute;
	width:170px;
	top:125px;
	left:9px;
	border:1px dashed white;
	background-color:black;
	padding:10px;
	z-index:1;
	voice-family: "\")\"";
	voice-family:inherit;
	width:148px;
	}

body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:125px;
	right:10px;
	border:1px dashed white;
	background-color:black;
	padding: 10px;
	z-index:2;
/* Again, the ugly brilliant hack. */
	voice-family: "\")\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
