
.dateHeader {
	border-bottom: 0px solid #5E5C3D;
}

.dateHeader, .dateHeader a, .dateHeader a:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #FFFFFF;
	background-color: #472E05;
	text-decoration: none;
}

.dateHeader a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.menu {
	margin: 8px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
}
.menu a, .menu a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #472E05;
	
	line-height: 20px;
}

.menu a:hover {
	text-decoration: underline;
	color: #472E05;
}