body {
	color: black;
	background: #A3BE8C;
	max-width: 700px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	hyphens: auto;
	font-size: 1.1rem;
	line-height: 1.4;
}

a {
	color: black;
}

h1 {
	text-align: center;
}

ul.top {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

li.top {
	display: inline;
	padding: 20pt;
}


