body
{
	font: 12px/0px "Lucida Grande", Helvetica, Arial, sans-serif;
	/* DYNAMIC: 90% white on background color */
	color: #FFFFFF;
	text-shadow: 0 0 0 #000;
}

a
{
	color: #886235;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	border-bottom: none;
	color: #886235;
}

a:hover
{
	/* DYNAMIC: 50% white on background color */
	color: #CCCCCC;
}

p {
	padding: 0 0 .5em;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #e4dfcd;
}

/* My Comment */

h1 {
	color: #f3eed8;
	margin: 5px 0 10px;
	text-indent: 0;
	bottom: 10px;
	top: 5px;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 10px;
}

h2 {
	color:#fff;
	margin:10px 0 15px 0;
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:20px;
	color: #5c2901;
	margin:15px 0;
	}
banner {
	width: 100%;
	color: #5e5e5e;
	font: 15px/22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 10px;
	margin: 5px 0 20px;
	background: #f3eed8 center center;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #787878;
	z-index: auto;
	float: none;
	clear: both;
}