body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #333;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
a.middle {
	text-decoration: none;
	font-weight: normal;
	color:  #fff;
	outline: none;
	}
a.middle:visited {
	color:  #fff;
	}
a.middle:active {
	color:  #fff;
	}
a.middle:hover {
	color: #fff;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
div.top {
	margin: 20px 20px 0px 20px;
	padding: 20px;
	border: 5px solid #ccc;
	background: #666;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 100px;
	}
html>body div.top {
	height: 100px; /* ie5win fudge ends */
	}
div.content {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	background: #666;
	border: 5px solid #ccc;
	width: 44%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 41%;
	}
html>body div.content {
	width: 41%; /* ie5win fudge ends */
	}
div.content2 {
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	background: #666;
	border: 5px solid #ccc;
	width: 44%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 41%;
	}
html>body div.content2 {
	width: 41%; /* ie5win fudge ends */
	}
div.bottom {
	position: float;
	text-align: center;
	top: 0px;
	left: 0px;
	margin: 10px;
	margin-top: 250px;
	background: #666;
	border: 5px solid #ccc;
	width: 74%; /* ie5win fudge begins */
	padding: 10px 10px 10px 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	padding: 10px 9% 10px 11%;
	}

html>body div.bottom{
	width: 45%;
	padding: 10px 10px 10px 10px;
	} /* ie5win fudge ends */

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}	
ul {
    	color: #FFFFFF;
    	margin: 1em 0;
	list-style-type: none;
    	width: 15em;
	}
li {
    	margin: .5em 0;
    	padding: 0.3em;
    	background-color: #000000;
    	border-left: 1em solid #99CC00;
    	text-align: center;
	}
