body
{
	background: #000;
	color: #0f0;
	font-family: 'MS Gothic', monospace;
	margin: 40px;
}

pre
{
	white-space: pre-wrap;
	word-break: break-all;
}

nav
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: 10px;
	border-bottom: 1px solid #0f0;
}

nav a
{
	color: #0f0;
	margin-right: 20px;
}

.back
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

