/*
dark:  #AA6600
light: #FFF1BF
*/
<!--
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #fff url("http://www.christhilges.com/images/body_back.gif") repeat-x;
}
a {
	color: #0066CC;
}
a:hover {
	color: #FF0000; 
	text-decoration: none;
}
hr {
	color:#BCAF82;
	height: 1px;
}
img {
	border:0px;
}
.footer {
	text-align: center;
	border-top: 1px solid black;
}
.footer span {
	font-size: 9pt;
	padding-left: 1%;
	padding-right: 1%;
}
.header span {
	font-size: 12pt;
}
-->