body {
	color: #45484d;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content {
	max-width: 960px;
	margin: auto;
}

.postimage {
	width: 128px;
	float: left;
	clear: both;
	margin-right: 5px;
}

h1 {
	text-align: center;
}


.post {
	overflow: auto;
	margin: 5px;
}
