body {
	padding: 12pt
}

body, a, code {
	background: #E9D7BA;
	color: #5B432E;
	font-family : "Open sans", sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

div.section {
	border-bottom: 1pt solid #4B331E;
}

div.title {
	font-size: 18pt;
	font-weight: bold;
}

div.hook {
	font-weight: bold;
	text-align: justify;
}

div.content {
	text-align: justify;
}

@media (min-width:801px) {
	body {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	}
}