body {
	background: #424343;
	text-align: center;
	font-size: 80%;
	color: #fff;
	line-height: 1.4em;
	font-family: Tahoma, sans-serif;
}
h1 {
	font-size: 220%;
	width: 480px;
	margin: 38px 0;
	line-height: 1.2em;
	font-weight: normal;
}
p {
	margin-bottom: 1em;
}
table td, table th {
	vertical-align: middle;
}
a {
	color: white;
}
a:hover {
	text-decoration: none;
}

