*{
	font-family: monospace;
	font-weight: bold;
	border: 0em;
	margin: 0em;
	padding: 0em;
}
body {
	color: #ccc;
	background-color: #000;
}
input {
	width: 30em;
	color: #ccc;
	background-color: #000;
}
p.initial {
	margin-bottom: 1em;
}
a {
	color: #99f;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #f90;
}
