body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 0.8em;
	width: 350px;
	margin: 200px auto 0px auto;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6em;
}

p img {
	margin-bottom: 30px;
}

a, a:visited {
	color: #FFD000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}