body {
	color: #333;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 125%;
	}

h1, h2, h3, p, dl, ul, ol, table, blockquote, address {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	}

a {
	color: #339;
	}

h1 + p {
	font-size: small;
	color: #999;
	text-align: right;
	}

div.section {
	border-bottom: solid 1px;
	margin: 0.5em 0px;
	}

h2 {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	background: #999;
	color: #FFF;
	}

div.postfooter,
dd.postfooter {
	text-align: right;
	color: #999;
	font-size: small;
	}

h3 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	background: #CCC;
	}

blockquote {
	color: #333;
	border-left: solid 4px;
	padding-left: 2px;
	margin-left: 0px;
	}

p.navigation {
	margin: 0px;
	text-align: right;
	font-style: normal;
	color: #999;
	}

