body {
  	font-family: Tahoma, Verdana, Geneva;
	font-size: 12px;
	text-align: left;
	background-color: #EEEEE6;
	line-height: 1.6;
	color: #333333;
	/* color: #9B997D; */
}

h1 {
	color: #545454;
	/* color: #9B997D; */
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 {
	color: #9B997D;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #9B997D;
	font-size: 26px;
	margin-bottom: 4px;
	font-weight: normal;
}

h4 {
	color: #999900;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}

hr {
	color: #999A00;
	background-color: #999A00;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 6px;
}

a:link { 
	text-decoration: none; 
	color: #C94419;
}

a:visited {
	text-decoration: none;
	color: #C94419;
}

a:active {
	text-decoration: none;
	color: #C94419;
}

a:hover {
	text-decoration: underline; 
	color: #E0D121;
}

ul, ol {
	margin-left: 20px; 
}

li {
	
}

.green {
	color: #999A00;	
}