body {
	background: white;
	color: black;
	font-family: Baskerville,Georgia,"Times New Roman",Palatino,serif;
	font-size: 12pt;
	margin: 0 5%;
}
a {
	color: #567;
	font-weight: bold;
	text-decoration: none;
}
a,img {
	border: 0;
}
p+p {
	text-indent: 1em;
}
h1 {
	font-variant: small-caps;
	font-weight: normal;
	font-size: 48pt;
	margin: 0;
	color: #300;
}
h2 {
	font-size: 18pt;
	color: #321;
}
h3 {
	font-size: 16pt;
}
h1,h2 {
	text-align: center;
}
.published {
	font-style: italic;
	font-weight: normal;
}
h3.published {
	text-align: center;
}
h3.published+p {
	font-size: 14pt;
}
h3.published+p:first-letter {
	font-family: Baskerville,Georgia,"Times New Roman",Palatino,serif;
	font-size: 36pt;
	color: #900;
	line-height: .5;
}
.post {
	border-bottom: 1px dashed #ccc;
}
.time {
	font-size: 10pt;
	text-indent: 0;
	line-height: 1;
}
#comments p+p {
	text-indent: 0;
}
#navigation,
#extra,
#footer img,
form {
	display: none;
}
#content {
	line-height: 1.5;
}
#footer {
	border-top: 4px double #ccc;
}
