body {
	background-color: #C4C3C6;
	padding: 0px;
	margin: 0px;
}
.header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer {
	border-top-width: 3px;
	border-top-style: solid;
	padding-top: 8px;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.background {
	height: 500px;
	background-color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 1.2em;
}
a:link {
	color: #873e1b;
	text-decoration: none;
}
a:visited {
	color: #873e1b;
	text-decoration: none;
}
a:hover {
	color: #873e1b;
	text-decoration: underline;
}
a:active {
	color: #873e1b;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 1.2em;
}
.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-style: italic;
	line-height: 1.2em;
}
