@charset "utf-8";
div {
	text-align: center;
	vertical-align: middle;
}
body,td,th {
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}
body {
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
}
a {
	text-decoration: none;
	color: #6CF;
	background-color: #000;
}
a:hover { text-decoration: overline, underline; }