* {
	border: 0;
	margin: 0; padding: 0;
	line-height: 1.5em;
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
}

body {
	background: #000000;
}

h1 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: 2px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2em;
}

p {
	margin-top: 1em;
}

img {
	display: block;
}

table {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
}

td, input {
	text-align: left;
	vertical-align: top;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

input, textarea {
	color: black;
	border: 1px #999999 solid;
}
