#content {
	background-color:	black;
	color:			#606080;
	font-family:		sans-serif;
}

#content address {
	color:			#aa6e00;
	margin-left:		1em;
	margin-right:		1em;
}

#content a, a:link, a:visited {
	color:			#aa6e00;
	text-decoration:	none;
	font-weight:		normal;
}

#content a:hover {
	color:			#ffa500;
	text-decoration:	none;
	font-weight:		normal;
}

#content .section {
	margin-left:		1em;
	margin-right:		1em;
	margin-bottom:		1ex;
	padding-top:		.5ex;
	padding-bottom:		.5ex;
}

#content .section h1 {
	clear:			both;
	font-size:		medium;
	font-weight:		bold;

	text-align:		left;

	margin-top:		1ex;
	margin-bottom:		.5ex;
}

#content .section h1 + p {
	margin-top:		0ex;
}

#content .section p + h1 {
	margin-top:		3ex;
}

#content .linklist {
	margin-left:		2em;
	margin-right:		2em;
	padding-top:		1ex;
	padding-bottom:		1ex;
}

#content .linklist li {
	list-style:		none;
}

