html {
	accent-color: #c00;
	font: 100%/1.5 "DejaVu Sans", Verdana, Geneva, sans-serif;
	overflow-y: scroll;
}
header, hr:before, button, a.button:link, a.button:visited {
	background: #c00;
}
th, td, figure, input, textarea, select, button, a.button:link, a.button:visited, .banner, a.banner, aside, p.note {
	border-color: #c00;
}
a:link, button:focus, a.button:focus, #insertchar button {
	color: #c00;
}
a:visited {
	color: #900;
}
select {
	background-image: url(https://aefira.net/resources/down.svg#red);
}
.banner, a.banner {
	background-image: url(https://aefira.net/resources/right.svg#red);
}
a:focus, #insertchar button:focus, #insertchar button:hover, .leg :target, .fn:target {
	background-color: rgb(96%, 80%, 80%);
}
header a:focus, input:focus, select:focus, textarea:focus {
	outline-color: rgb(96%, 80%, 80%);
}

nav {
	background: #c00;
	font-weight: bold;
	text-align: center;
}
nav p {
	color: #fff;
	line-height: 1;
	margin: 0;
	padding-bottom: .25em;
}
nav ul {
	display: flex;
	line-height: 1;
	list-style: none;
	margin: 0 auto;
	width: 36em;
}
nav li {
	flex: 1;
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
}
nav a, nav button {
	background: #fff;
	border: .25em inset #c00;
	border-bottom: .25em solid #fff;
	box-shadow: none;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #c00;
	display: block;
	font: inherit;
	height: 100%;
	padding: .125em;
	width: 100%;
}
nav a:link, nav a:visited, nav button {
	background: #c00;
	border: .25em outset #c00;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.intro {
	font-size: 125%;
	max-width: 36em;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
}
td {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
td:nth-child(1) {
	width: 50%;
}
td:nth-child(2) {
	width: 25%;
}
td:nth-child(3) {
	width: 25%;
}

.signin {
	text-align: center;
}
.signin select, .signin input[type="password"] {
	margin-right: 1em;
}
dd ul {
	list-style: none;
	margin: 0;
}
ul.recipients {
		-moz-column-width: 18em; -webkit-column-width: 18em;
	column-width: 18em;
}

dt {
	clear: left;
	color: #c00;
	float: left;
	font-weight: bold;
	width: 6em;
}
dd {
	margin-left: 6em;
}
form dd {
	margin-bottom: .75em;
}

input[type="text"] {
	max-width: 30em;
	width: 100%;
}
textarea {
	height: 11em;
	max-width: 50em;
	width: 100%;
}

h2 {
	text-align: center;
}

p.error, p.success {
	border-radius: .75em;
	color: inherit;
	margin: .75em auto;
	padding: .25em .75em;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}
p.error {
	background: #fc3;
}
p.success {
	background: /*#cf9*/ #9f9;
}