body {
	background-color: black;
	padding: 40px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	}

h1	{
	font-size: 8px;
	color: black;
}
		
div	{
	text-align: center;
	}

p	{
	text-align: center;
	color: #CCC;
	font-weight: normal;
}

p	a,
p a:visited {
	color: white;
	font-weight: bold;
}

p a:hover {
	color: #FF6633;
}

p.copyright {
	font-size: 11px;
}
			
