body {
	font-family: "Tahoma", sans-serif;
	background-color: #f8f8f8;
	font-stretch: condensed;
}

header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
	margin-bottom: 64px;
}

section {
	min-height: 366px;
}

h2, h3, h4, h5, p, ul, dl {
	margin: auto;
	width: 95%;
	max-width: 594px;
	font-weight: lighter;
}

h2 {
	margin-top: 16px;
	font-size: 50px;
	text-align: center;
}

h3 {
	margin-top: 14px;
	margin-bottom: 8px;
	font-size: 40px;
	text-align: center;
}

h4 {
	margin-top: 12px;
	font-size: 30px;
	margin-bottom: 8px;
	text-align: center;
}

h5 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 20px;
	text-align: left;
}

p, dl {
	margin-top: 12px;
	font-size: 18px;
	text-align: justify;
}

nav ul {
	list-style-type: none;
	padding-left: 0;
}

nav ul {
	padding-top: 38px;
	padding-bottom: 38px;
	text-align: center;
}

nav li {
	display: inline-block;
	font-size: 20px;
	padding-left: 8px;
	padding-right: 8px;
	color: #222;
}

a {
	color: #222;
}

nav a {
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

dt {
	display: inline-block;
	
}

dl {
	display: grid;
	grid-template-columns: max-content auto;
}

dt {
	grid-column-start: 1;
	font-weight: bold;
	margin-top: 8px;
}

dd {
	grid-column-start: 2;
	margin-left: 16px;
	margin-top: 8px;
}

iframe {
	margin-top: 12px;
	width: 100%;
	margin: auto;
	max-width: 594px;
	border: none;
}