body{
	background-color: black;
  	color:#CCCCCC;
  	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, p{
	text-align: center;
}

h2{
	margin-top: 30px;
	font-size: 1.75em;
	text-decoration: none;
}

a{
	color:#666666;
	font-size:14px;
}

a:hover{
	color:#999999;
}

#returnCredits{
	font-size: 1.5em;
}