html {
	accent-color: #963;
	font: 100%/1.5 "DejaVu Sans", Verdana, Geneva, sans-serif;
}
header, hr:before {
	background: #963;
}
th, td, figure, input, textarea, select, .banner, a.banner, aside, p.note {
	border-color: #963;
}
a:link, a:visited, #insertchar button {
	color: #642;
}
select {
	background-image: url(https://aefira.net/resources/down.svg#brown);
}
.banner, a.banner {
	background-image: url(https://aefira.net/resources/right.svg#brown);
}
a:focus, #insertchar button:focus, #insertchar button:hover, .leg :target, .fn:target {
	background-color: #e0dad3;
}
header a:focus, input:focus, select:focus, textarea:focus {
	outline-color: #e0dad3;
}

input[type="date"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
	font-size: 100%;
}

nav ul {
	list-style: none;
	margin: .75em auto;
		width: -moz-max-content; width: -webkit-max-content;
	width: max-content;
}
nav a:link, nav a:visited, button, a.button:link, a.button:visited {
	background: transparent;
	border: thin solid #642;
	box-shadow: .125em .125em .25em rgb(75%, 75%, 75%);
	color: #642;
	display: block;
	font: inherit;
	font-weight: bold;
	margin-bottom: .75em;
	padding: .125em .375em;
	text-decoration: none;
		-moz-appearance: none; -webkit-appearance: none;
}
nav a:active, nav a:focus, nav a:hover, input[type="submit"]:focus, input[type="submit"]:hover, button:focus, button:hover {
	background: #963;
	border-color: #963;
	color: #fff;
}

dl {
	margin: .75em 0;
}
dt {
	display: inline-block;
	float: left;
	width: 12em;
}
dd {
	margin-left: 12em;
}
dd ul {
	list-style: none;
	margin: 0;
}
a.note {
	text-decoration: none !important;
}
#note {
	font-size: 87.5%;
	margin-left: 3rem;
}

form div, fieldset {
	border: none;
	clear: both;
	margin: .75em 0;
	padding: 0;
}
form div label:first-child, legend {
	display: inline-block;
	float: left;
	width: 12em;
}
form div label.long {
	display: inline;
	float: none;
	width: auto;
}
form small {
	display: block;
	margin-left: 3rem;
}