body {
	font-family: candara, "Times New Roman";
	font-size: 12pt;
	color: rgb(102, 102, 204);
	background-color: rgb(204, 204, 255);
	position: absolute;
}

a {
	color: darkviolet;
	border: 0;
}

a:visited {
	color: gray;
}

a:active {
	color: silver;
}

p {
	text-align: left;
}

h1 {
	text-align: center;
	font-family: candara, "Times New Roman";
	margin: 1em;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	border-style: groove;
}

#navigation {
	position: absolute;
	top: 7em;
	left: 0;
	width: 10em;
	border: none;
}

#content {
	margin-left: 10em;
	top: 7em;
}

#header1 {
	float: center;
}

#navigationimg {
	float: left;
	margin-left: 8.5em;
	position: absolute;
	top: 8em;
}