body {
	line-height: 1.2em;
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	color: navy;
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 1.5em; 
	margin-bottom: .25em;
	margin-top: 1em;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
	font-size: 1em;
	margin-bottom: 1.5em;
}

ul {
	line-height: 175%;
}

li {
	list-style-type: disc;
	margin-left: 20px;
}

.indent {
	margin-left: 20px; 
	margin-right: 10px;
}

.subtitle {
	line-height: 0.75em;
	margin-bottom: 0em;
	margin-top: -0.5em;

}
