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


table.margin {
	width: 90%;
}


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


h2 {
	color: #3f5858;
	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: Arial,sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h4 {
	color: #216666;
	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;
}


.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: 2px;
}


p {
	color: black;
	font-family: Arial,sans-serif;
	font-size: 95%;
	font-weight: normal;
}


ul, dl {
	list-style: none;
}


.smalltext {
	font-size: 80%;
}


.tinytext {
	font-size: 75%;
}


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


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

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