.background {
	background-image: url(data/background.gif);
	background-repeat: no-repeat;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
}
.ingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}
a:link {
	color: #000000;
}
a:hover {
	color: #FF6600;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #333333;
}
