.update {
	font-size : small;
	color : Navy;
	margin-top : 1em;
	margin-left : 5em;
}
BODY {
	background-color : White;
	margin-left : 3em;
	margin-right : 3em;
	font-family : Garamond, Times, serif;
}

.main { margin-top: 1em;
margin-bottom: 1em;
line-height: 1.5em;

}

H1 {
	text-align : center;
	font-weight : normal;
	font-size : 1.5em;
	margin-left : 1em;
	margin-right : 1em;
	letter-spacing : 0.2em;
	word-spacing: 0.3em;
	margin-top : 2em;
	margin-bottom : 1em;
}
H2 {
	text-align : center;
	font-weight : normal;
	margin-left : 1em;
	margin-right : 1em;
	font-size : 1.7em;
	letter-spacing : 0.2em;
	word-spacing: 0.3em;
	margin-top : 1.5em;
	margin-bottom : 1em;
	font-variant : small-caps;
}

H3 {
	text-align : center;
	font-weight : normal;
	margin-left : 1em;
	margin-right : 1em;
	letter-spacing : 0.1em;
	word-spacing: 0.3em;
	margin-bottom : 1em
}

H4 {
	text-align : left;
	font-weight : normal;
	margin-left : 1em;
	margin-right : 1em;
	margin-top : 4em;
}

P {
	margin-left : 3em;
	text-indent : 2.5em;
	margin-right : 1em;
}

TABLE {
	margin-bottom : 1em;
}



A:VISITED {
	color : Navy;
}


H5 {
	text-align : left;
	font-weight : normal;
	margin-left : 1em;
	margin-right : 1em;
}

A:hover {
	color : Red;}

A {
	text-decoration : none;
}

.dedication {
	font-style : italic;
	text-align : right;
	margin-right : 2em;
	margin-top : 2em;
	margin-bottom : 2em;
	font-style : italic;
	font-variant : small-caps;
}

.spaced {
	letter-spacing : 0.2em;
}

.navbar {
	background-color : Silver;
	font-variant : small-caps;
	line-height : normal;
	font-weight : bolder;
	text-decoration : none;
	margin-top : 1em;
	text-align : center;
	margin-bottom : 1.5em;
}

.button {
	text-align : center;


