* {
	color: #999;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
body {
	background-color: #000;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin-top: 100px;
}
p {
	font-size: 12px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #69fffd;
}