h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

.editor-note {
font-size:1em;
	background-color: #FFEFD5;
	border: 5px double red;
	margin-bottom: 1em;
}
#articles-index {
text-align:left;
}

.section-title h2 {
	background: #DFB579;
	border: 1px solid #C78425;
	color: #116611;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0 -29px;
	text-align: center;
	text-transform: capitalize;
}
#articles-index ul {
	padding-left:0px;
	margin-left:0px;
	list-style-type:none;
}
#articles-index ul li ul li ul {
	padding-left:0;
	margin-left:2em;
}
	
#articles-index ul li ul li {
	margin-bottom:0.25em;
	}

.dates li{
	list-style-type: circle;
}

.section-title > ul {

}