body {
	width: 100%;
	margin: auto;
	font-family: times, serif;
	background-color: #FFF;
	color: #333;
}

a:link, a:visited, a:hover {
	color: #333;
}

#navigation, #footer, #sidebar, #commentform, .pagination, #commentary h3 {
	display: none;
}

#content, #header {
	width: 100%;
}

#header h1 a {
	text-decoration: none;
	border-bottom: none;
	font-size: 36pt;
	margin-bottom: 0;
}
