/* html { */
/* 	overflow-y: scroll; */
/* } */
body {
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	margin: 0 auto;
	max-width: 80ex;
}
a {
	color: #4860FE !IMPORTANT;
}

/* HTML5 semantic tags: some (older) browsers display this inline by default */
article, figcaption, figure, header, main, nav {
	display: block;
}
/* center images */
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
}
h1,
h1 a,
h1 a:visited,
h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: inherit;
	text-decoration: none;
}
pre {
	margin: 0;
}
/* code { */
/* 	background-color: #eee; */
/* 	border: 3px solid #aaa; */
/* 	display: block; */
/* 	font-family: monospace; */
/* 	overflow-x: auto; */
/* 	padding: 5px; */
/* 	word-wrap: normal; */
/* } */
#menu td {
	padding: 1ex 0;
}
/* #main  */
#mainwrap > * {
	border-top: 3px solid #dddddd55;
}
#menu a {
	font-weight: bold;
	vertical-align: middle;
}
.hidden {
	display: none;
}
@media (prefers-color-scheme: dark) {
    * {
        color: #fff !IMPORTANT;
    }
	body {
		background-color: #000;
		color: #111111;
	}
}

/* horizontal scroller with equal-height images */
