html {
	background: #2c2c2c;
}
body {
	font-family: monospace;
	color: forestgreen;
	word-wrap: break-word;
}
a {
	background: forestgreen;
	color: #223;
	font-weight: bold;
	padding-right: 0.25em;
}
hr {
	border-color: forestgreen;
}
h1,
h2,
h3,
h4,
h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000400;
	background: forestgreen;
}
