#interjector {
	margin: 1em auto;
	padding: 0em 1em;
	max-width: 50em;
}
#interjector * {
	font-family: monospace;
}
#interjector h1 {
	font-size: 150%;
	font-weight: bold;
}
#interjector h2 {
	font-size: 125%;
	font-weight: normal;
}
#interjector mark {
	background-color: #cccccc;
}
#interjector form .line {
	margin-bottom: 0.5em;
}
#interjector form input.long {
	width: 50em;
	max-width: 100%;
}