body {
	background-color:		#103030;
	color:					#dcdccc;
	font-size:				1.1em;
	font-family:			"Nimbus Mono L", "DejaVu Sans Mono", monospace;
}

a:link {
	font-weight:			bold;
	text-decoration:		none;
	color:					#fcffdd;
}

a:hover {
	font-weight:			bold;
	text-decoration:		underline;
	color:					#ffffff;
}

a.article:visited {
	font-weight:			bold;
	color:					#c9cc99;
}

div.container {
	width:					900px;
	margin:					30px auto;
}

div.header {
	font-size:				1.8em;
	font-weight:			bold;
	text-decoration:		underline;
	margin-bottom:			10px;
	text-align:				center;
}

div.menu {
	margin:					20px auto;
	text-align:				center;
	font-size:				1.25em;
	padding-bottom:			15px;
	border-bottom:			2px dotted #c0c033;
}

div.menu>a {
	margin:					0px 40px;
}

div.foot {
	margin:					20px auto;
	text-align:				center;
	font-size:				0.8em;
	padding-top:			15px;
	border-top:				1px solid #c0c033;
}

div.content {
	margin:					0px auto;
	width:					800px;
}

div.links {
	margin:					0px auto;
	width:					800px;
	text-align:				center;
}

.article_pre {
	font-weight:			bold;
}

.article_headline {
	font-weight:			bold;
	margin:					30px 0px 20px;
}

.bold {
	font-weight:			bold;
}

.underline {
	text-decoration:		underline;
}

.italic {
	font-style:				italic;
}
