body {
	padding: 12pt
}

body, a, code {
	background: #FFFFFF;
	color: #405383;
	font-family : "PT Sans", sans-serif;
	font-size: 14pt;
}

div.title {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}

div.hook {
	font-weight: bold;
	font-size: 14pt;
	color: #506393;
	margin-bottom: 20pt;
	text-align: center;
}

div.content {
	text-align: justify;
}

div.content::first-letter {
	font-weight: bold;
    font-size: 36pt;
    float: left;
    margin-right: 2pt;
    line-height: 36pt;
}

div.section {
	font-weight: bold;
	color: #0c74db;
	text-align: center;
}

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