p {
	text-align: justify;
	color: navy;
}
h2 {
	color: navy;
}
h2.subhead {
	font-size: medium;
	text-align: center;
	color: navy;
}
h3 {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	color: white;
	background: steelblue;
}
h4 {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	color: navy;
	background: rgb(255,250,205);
}
blockquote {
	font-family: arial;
	color: navy;
	text-align: justify;
}
li {
	color: navy;
}


