body {
	background-color: #000000;
	color: #AAAAAA;
}
img {
	border: none;
}
#splash {
	background-color: Black;
	width: 472px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: Silver;
	text-align: center;
	margin: auto;
}
.headline {
	font-weight: bold;
	font-size: 1.5em;
}
.normal {
	font-weight: normal;
	font-size: 1em;
}
.big {
	font-weight: bold;
	letter-spacing: 4px;
	text-decoration: none;
	text-align: center;
	color: Lime;
}
.align_left {
	text-align: left;
}
.normal_link {
	text-decoration: none;
	color: Lime;
}