* { margin: 0; padding: 0; }
body {	
	background: black;
	font-family: Monaco, "Lucida Console", monospace;
	text-align: left;
	color: #000;
	font-size: 0.9em;
	text-transform: lowercase;
	margin: 20px;
}
h1 { color: #fff; border-bottom: 1px solid #8AB82E; padding: 10px; font-weight: normal; font-size: 25px; background: #222; }
	h1 .r { color: #2E8AB8; }
	h1 .i { font-family: monospace; position: absolute;  margin-left: -6px; }
h2 { font-size: 14px; font-weight: normal; color: #fff; border-bottom: 1px solid #2E8AB8; float: left; }
.alt { border-bottom: 1px solid #8AB82E; }
h3 { font-size: 10px; font-weight: normal; color: #aaa; margin-left: 10px; display: none; }

#main {
	padding: 10px;
	background: #333;
	color: #EEE;
}
p {
	display: block;
	padding: 10px;
	clear: both;
}

#footer {
	background: #222;
	padding: 5px;
	border-top: 1px solid #999;
	font-size: 9px;
	color: #AAA;
}

.clear { clear: both; }