body {
	font-family: candara, "Times New Roman";
	font-size: 12pt;
	color: white;
	background-color: mediumseagreen;
	text-align: justify;
	position: absolute;
}

a {
	color: blanchedalmond;
	border: 0;
}

a:visited {
	color: khaki;
}

a:active {
	color: ivory;
}

p {
	text-align: left;
}

h1 {
	font-style: italic;
	font-family: "Book Antiqua", candara, "Times New Roman";
	font-size: 25pt;
	text-align: center;
	border: none;

}

h2 {
	text-align: left;
	font-size: 20pt;
	border: none;
}

h3 {
	text-align: left;
	font-size: 14pt;
	border: one;
}

#navigation {
	position: absolute;
	top: 9em;
	left: 0;
	width: 10em;
	border: none;
}

#content {
	margin-left: 10em;
}

#header1 {
	float: center;

}

#navigationimg {
	float: left;
	margin-left: 8.5em;
}