body {
	font-family: candara, "Times New Roman";
	font-size: 12pt;
	color: white;
	background-color: rgb(132, 175, 255);
	text-align: left;
	position: absolute;
}

a {
	color: silver;
	border: 0;
}

a:visited {
	color: gray;
}

a:active {
	color: white;
}

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;
}

h4 {
	text-align: center;
}

#header1 {
	float: center;
	margin-left: 10em;
}

#header2 {
	float: center;
	margin-left: 10em;
}

#navigation {
	position: absolute;
	top: 9em;
	left: 0;
	width: 10em;
	border: none;
}


#navigationimg {
	float: left;
	margin-left: 8.5em;
}

#content {
	margin-left: 10em;
}