body {
	font: 10pt "DejaVu Sans Mono", Consolas, "Courier New", monospace;
	background: #293134;
	padding: 20px;
	color: #ccc;
}
img {
	border:0;
}
a:link, a:visited {
	color: #293134;
	text-decoration: none;
	background: #ccc;
}
ul, li {
	padding:0;
	margin:0;
	list-style-type: decimal-leading-zero;
}
ul {
	margin:0 0 10px 30px;
}
li {
	margin:0 0 10px 0;
}
li a {
	text-transform: uppercase;
}
#header {
	margin: 0 0 10px 0;
}
#header a:link, #header a:visited {
	color: #93c754;
	text-decoration: none;
	background: transparent;
}
h1 {
	font-size: 10pt;
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.post {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 2em;
}
#main {
	width: 60%;
	float: left;
}
#side {
	width: 30%;
	margin-left: 20px;
	float: left;
}
#side a:link, #side a:visited {
	color: #d59845;
	background: transparent;
}
p {
	padding:0;
	margin:0;
	text-indent:0;
}
#side b {
	background: #d59845;
	color: #293134;
}
.pagination {
	margin-bottom: 20px;
}
