#content {
	color : #191919;
}

#content h1 {
	font-weight : bold;
	color : #191919;
}

#content h2 {
	margin-bottom : .6em;
	font-size : 20px;
	font-weight : bold;
	line-height : 1.2;
	color : #750020;
}

#content h3 {
	margin-bottom : 0.429em;
	font-size : 14px;
	font-weight : bold;
	line-height : 1.286;
	color : #8d9b3f;
}

#content ul {
	margin-left : 2em;
	margin-bottom : 1.5em;
	list-style-type : disc;
}

#content a:link {
	color : #750020;
}

#content a:visited {
	color : #8d9b3f;
}

#content a:hover {
	color : #8d9b3f;
	text-decoration : none;
}


