/* CSS Document */
body {
	background-color: #000000;
}
	.headline {
	font-family: "Arial";
	font-size: 20px;
	color: #FFFFFF;
	text-align:center;
}
	.secondary{
	font-family: "Arial";
	font-size: 16px;
	color: #FFFFFF;
	text-align:center;
}
	.misc{
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
	.bigtime{
	font-family: "Arial";
	font-size: 30px;
	color: #FFFFFF;
	text-align:center;
	}
