a,
a:visited {
	color: whitesmoke;
	background-color: rgb(60, 60, 60);
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: whitesmoke;
	text-decoration: none;
}

body {
	font-family: "IBM Plex Sans", "Droid Sans Fallback", "Noto Sans CJK SC", "Source Han Sans SC VF", "Source Han Sans SC", sans-serif;
	color: whitesmoke;
	background-color: black;
}

.Navigation-Bar {
	text-align: center;
}

.Navigation-Bar>.Title {
	text-align: center;
	font-size: 200%;
	line-height: 1em;
}

.Navigation-Bar>.This-Page {
	font-size: 14px;
	letter-spacing: 1em;
	color: gray;
}

.Navigation-Bar>.Link {
	padding-top: 0.5em;
}

.Navigation-Bar>.Link>.Link-This-Page {
	font-style: italic;
	font-weight: bold;
}

.Content {
	font-size: 150%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

@media (min-width: 960px) {
	.Content {
		margin: 0 auto;
		max-width: 960px;
	}
}

.Footer {
	font-size: 14px;
	text-align: center;
}