html {
	height: 100%;
	font-size: 100%;
}

body {
	color: #ffffff;
	background-color: #000000;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	text-align: center;
}

h1 {
	font-size: 1.5em;
	margin-top: 1.5em;
}

a:link {
	color: #ffffff;
}

a:visited  {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

div#content {
	margin-top: 20%;
	width: 400px;
	margin: auto;
}

.bold {
	font-weight: bold;
}