body {
	font-size: calc(100% - 0px);	/* obey the client's default settings */
	color: black;
	margin: 0 1ex 1ex 1ex !important;
}
h2 {
	color: #e77207;
	font-weight: bold;
	margin-top: 2em !important;
}
h3 {
	font-weight: bold;
	color: #8080ff;
}
section > ul {
	list-style-type: disclosure-closed;
}
ul > li > ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2em;
}
li {
	cursor: pointer;
}
