BODY {
	background-color: black;
}

* {
	color: gray;
	font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
	font-size: 12pt;
}

TABLE {
	width: 100%;
	height: 100%;
}

TD {
	text-align: center;
}

SPAN {
	color: white;
	font-size: 20pt;
}

A {
	color: white;
	font-size: 20pt;
	text-decoration: underline;
}
