* { margin: 0; padding: 0; }

body {
	background-color: black;
	color: white;
	padding: 10px;
	font: 16px courier new, courier, mono;
	line-height:150%;
}

#header {
	border-bottom:2px solid #00FF00;
	clear: both;
	padding: 5px 15px 15px;
}
#footer {
	border-top:2px solid #00FF00;
	clear: both;
	padding: 15px 15px 5px;
	line-height:125%;
	font-size: 12px;
}
#header h1 {
	line-height:125%;
	font-size: 72px;
	font-weight: normal;
}
#left ul.sub li {
	font-size: 18px;
	line-height: 150%;
}

a:link { color:red; text-decoration:none;}
a:visited { color:green; text-decoration:none; }
a:hover { color: #0f0; text-decoration:underline; }

li.page a:link{ color:white;}
li.page a:visited{ color:white;}

li.current a:visited{ color:#f00}
li.current a:hover{ color:#f00}

#left {
	font-size:24px;
	line-height:200%;
	border-right:2px solid #00FF00;
	padding: 20px;
	width: 140px;
	float: left;
	clear: both;
}

#content {
	border-left:2px solid #0f0;
	margin-left: 180px;
	padding: 15px 15px 15px 25px;
}



#content h2 {
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
}

#content h3 {
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.invisible{ display:none }

p { margin-bottom: 15px; margin-left: 10px; margin-top: 15px;}

ul { margin-bottom: 15px; }

li {
	margin-bottom: 10px;
	list-style: none;
	margin-left: 10px;
}

img, iframe { border: solid 1px #fff; }