body {
	background-color: #eee; /* #ecf1f2 more greenish gray */
	font-family: "Times New Roman",Times,Arial,sans-serif;
	font-size: 100%;
}


table.margin {
	width: 90%;
}


h1 {
	color: #850514;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	padding-top: 1.5em;
}


h2 {
	color: #850514;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h3 {
	color: black;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h4 {
	color: #850514;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h5 {
	color: black;
	font-family: Arial,sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-align: left;
}


h6 {
	color: black;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}



.htoc /* headings for page table of contents */ {
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
}


hr {
	width: 90%;
	border: 0;
	color: gray;
	background-color: gray;
	height: 1px;
}


p {
	margin-top: 25px;
        margin-bottom: 25px;
        margin-right: 80px;
        margin-left: 80px;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
        line-height: 29px;
}


ul, dl {
	list-style: none;
}


.smalltext {
	font-size: 80%;
}


.tinytext {
	font-size: 75%;
}


a:link {
	color: #850514;
	text-decoration: none;
}


a:visited {
	color: #334477;
	text-decoration: none;
}

a:hover {
	color: #aa0513;
	text-decoration: underline;
}