body {
	text-align: justify;
	font-size: x-large;
	line-height: 2;
	margin: 2em
} h1, h2, h3 {
	line-height: 1.2;
	text-align: center
} p, h1 {
	display: grid;
	grid-gap: 1.5em;
	grid-template-columns: 39% 61%
} a>img {
	display: inline-block;
	margin-left: 1em;
	float: right
} li>img{
	margin-left: -1em;
	margin-right: .2em
} a {
	text-decoration: none
} a:hover {
	color: red
} a[href='#'] {
	color: black
} nav {
	display: flex;
	justify-content: space-between
} ul.u {
	list-style-type: none
} sup {
	color: navy
}
