body {
	background: #000;
}

div {
	margin: 0pt auto;
	width: 100%;
	text-align: center;
	//width: 440px;
	line-height: 15px;
}
pre {
	font-family: Lucida Console;
	font-size: 15px;
	color: #5D0;
}

a {
	color: #5D0;
	text-decoration: none;
}

a:hover {
	color: #9F3;
	//font-style: italic;
}

.blink {
	text-decoration: blink;
}