body {
	font: 1.2em/1.62 sans-serif;
}
main {
	margin: 1em auto;
	max-width: 40em;
	padding: 0 .62em;
}
h1,h2,h3 {
	line-height: 1.2;
}
img {
	max-width: 100%;
}
footer {
	text-align: center;
	clear: both;
}
code {
	overflow-wrap: break-word;
	color: forestgreen;
}

.crypto {
	font-size: x-small;
}

nav ul {
	text-align: center;
}
nav ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: -4px;
}
nav ul li a {
	display: block;
	width: 8em;
	text-decoration: none; /* no underline */
}
nav ul li a:hover, nav ul li a:focus {
	color: black;
	font-weight: bold;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center;
	clear: both;
}
/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left;
	text-align: left;
}
#nextart {
	float: right;
	text-align: right;
}
#nextart,#prevart {
	max-width: 33%;
}

/*
@media print {
	body {
		max-width: none;
	}
	a[href] {
		text-decoration: none;
		color: black;
	}
	code {
		color: black;
	}
}
*/
