body {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-family: "Courier New", Courier, monospace;
	color: #F00;
}
a.kleiner {
	color: #666;
	font-family: Arial;
	letter-spacing: 0px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
a.kleiner:hover {
	color: #333;
	text-align: center;
}

