body {
	background-color: #DBEBFF
	font-family: 'Times New Roman',serif;
	font-size: 100%;
        margin-top: 10px;
        margin-right: 40px;
        margin-bottom: 10px;
        margin-left: 40px;
}



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


h2 {
	color: #000066;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-top: 1.1em;
	margin-bottom: 0.5em;
}


h3 {
	color: black;
	font-family: 'Times New Roman',serif;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


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


h5 {
	color: black;
	font-family: 'Times New Roman',serif;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}


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


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


p {
	color: black;
	font-family: 'Times New Roman',serif;
	font-size: 115%;
	font-weight: normal;
}


ul, dl {
	list-style: none;
}


.smalltext {
	font-size: 90%;
}


.tinytext {
	font-size: 85%;
}


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


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

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