body { 
	font-weight: 400; 
	text-decoration: none; 
	vertical-align: baseline; 
	font-size: 12pt; 
}
div { margin: 20; }
h1, 
h2,
h3 { 
	color: #0F4761; 
	font-family: "PT Sans, Calibri, Tahoma"; 
	font-style: normal;  
}
h1 { 
	display: block; 
	font-weight: 700;  
	font-size: 22pt;  
	margin-top: 20px; 
	text-align: center; 
	line-height: 1.5; 
}
.subH1 { 
	text-align: center; 
	line-height: 1.4; 
	font-size: 10pt;
}
h2 { 
	font-size: 18pt; 
	font-weight: 400; 
	line-height: 1.2; 
}
h3 { 
	font-size: 15pt; 
	font-weight: 400; 
	line-height: 1.2; 
}
p, ol, ul, li {
	color: #000000; 
	font-weight: 400; 
	font-size: 14pt; 
	line-height: 1.3;
	font-family: "EB Garamond"; 
}
ul, 
ol { 
	display: block; 
	padding-inline-start: 15px; }
li { 
	padding-left: 0pt; 
	padding-top: 0pt; 
	padding-bottom: 0pt;
	margin: 10px 0;
}
a {
	color: blue; 
}
hr { 
	border: none; 
	border-top: 3px double #333; 
	color: #333; overflow: visible; 
	text-align: center; 
	height: 5px; 
}
hr::after { 
	background: #fff; 
	content: '§'; 
	padding: 0 4px; 
	position: relative; 
	top: -13px; 
}
@media only screen and (min-width: 768px) {

h1 { 
	line-height: 0.5; 
}
.subH1 {
		font-size: 14pt
}

}