@charset "utf-8";
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

/* CSS Document */body {
	background-color: #960;
	background-image: url(grad.gif);
	background-repeat: repeat-x;
}
#Headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F4B544;
	text-align: center;
}
