body {
	background-color: #000;
	color: #0C0;
	font-family: consolas, monaco, "courier new", courier, monospace;
}

a, a:link, a:visited, a:active {
	color: #0F0;
}

.errs {
	font-weight: bold;
	color: #F00;
	text-transform: uppercase;
}

input {
	display: block;
	margin-bottom: 1em;
	margin-top: 3px;
}
