body {
	background: #000;
	color: #DDD;
}

h1, h2 {
	color: #FFF;
	font-weight: bold;
}

#content {
	font-size: 1.1em;
}

#content h2 {
	font-size: 1.6em;
	text-transform: none;
}

#content #blurb {
	background: #222;
	border-color: #444;
	color: #FF9;
}

span.lead {
	font-weight: bold;
}