body {
	text-align: justify;
	font-family: Verdana, Lucida, Arial, Helvetica;
	font-size: x-large;
	line-height: 2;
	margin: 2em
} h1, h3 {
	line-height: 1.2;
	text-align: center
} p, h1 {
	grid-gap: 1em
} p, h1, ol {
	display: grid;
	grid-template-columns: 56% 44%
} img {
	display: inline-block;
	float: right
} a {
	text-decoration: none
} a:hover {
	color: red
} nav {
	display: flex;
	justify-content: space-between
} ul.u {
	list-style-type: none
} p.n {
	display: block;
	font-size: large;
	text-indent: 2em
}
