html {
	height: 100%;
}
body {
	height: 100%;
	background: #000;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
table, img {
	padding: 0;
	margin: 0;
	border: 0;
}