/* ---- Headings ---- */
h2 {
	font-weight: bold;
	color: #C46A1E;
	font-size: 1.5em;
	margin: 0.5em 0 1em 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.8em 0 0.7em 0;
	
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0.2em 0 0.6em 0;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
	margin: 0.2em 0 0.6em 0;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0.2em 0 0.6em 0;
}


/* ---- Other elements ---- */
p {
	margin-bottom: 0.5em;
}

strong {
	font-weight: bold
}

em {
	font-style: italic;
}

a:link,
a:visited {
	color: #5A871C
}

a:hover,
a:active {
	color: #6AA615
}

ul.bullets {
	margin-bottom: 1em;
}

ul.bullets li {
	margin-left: 15px;
	margin-bottom: 0.2em;
	list-style-type: square;
}