* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family : "Helvetica Neue", "Helvetica";
	font-size : 12pt;
	background-color : white;
	padding: 10px;
	padding-right: 20px;
	text-align:justify;
}

.content {
	margin-left: 10px;
	color : #303030;
	height : 100%;
	line-height : 150%;
}

.content a {
	display: block;
	padding-top: 10px;
	font-size : 10pt;
	font-style : italic;
	color : #B5177F;
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #00a2ff;
}

h2, h3 {
	text-align: left;
	font-size : 11pt;
	margin-bottom: 20px;
}

h1 {
	text-align: center;
	font-size : 14pt;
	padding-top: 20px;
	font-weight: bold;
}

h2 {
	padding-top: 8px;
	font-weight: 700;
	border-top-style: solid;
	border-top-color: #00a2ff;
	border-top-width: thin;
}

h1 + h2 {
	padding-top: 40px;
	border-top-style:none;
	clear:both;
}

h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}

h4 {
	font-size: 10pt;
	font-style : italic;
}
