body {
	font-family: sans-serif;
	margin: 20px 50px 30px 50px;
	width: 900px;
	line-height: 150%;
	text-align: justify;
	padding-right: 50px;
}

h2 {
	margin: 20px 0px 20px 0px
}

.next {
	display: flex;
	align-items: center;
}

.right {
	padding-top: 15px;
	padding-left: 25px;
}

.text-block {
	background: #f8f9fa;
	margin: 10px 0px 15px 0px;
	padding: 10px 18px 10px 18px;
	border-radius: 6px;
}

.contact-links {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.contact-links a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.separator {
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	height: 30px;
}

a {
	text-decoration: none
}

a:link           { color: #0000e6 }
a:visited        { color: #0000e6 }
a:hover, a:focus { color: #000080 }
a:active         { color: #00c }
