body {
	background-color: #000;
	color: #fff;
}
#container {
	width: 900px;
	height: 600px;
	margin: 30px auto;
}
a:hover { text-decoration: underline }
p, a {
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-family: Impact, sans-serif;
	font-size: 28px;
	margin-top: 150px;
	font-weight: normal;
	text-align: center;
}