body {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	background: #eee;
}

#container {
	margin: 12pt;
}

nav {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10pt;
}

p {
	max-width: 350px;
}

#content {
	padding: 12pt;
	border: 1px solid #ccc;
}