
body {
	background-color: white; 
	font-family:"monospace";
	font-size: 9pt;
	color: black;
}

p {
	text-indent: 30px; 
	text-align: left; 
	margin-right: 50px;
}

h1 {
	color: blue;
}

h2 {
	color: blue;
}

h3 {
	color: blue;
}

a:link {
	text-decoration: none; 
	color: purple;
}

a:active {
	text-decoration: none; 
	color: green;
}

a:visited {
	text-decoration: none; 
	color: red;
}

pre {
	margin-right: 50px;
}

dl {
	margin-right: 50px;
}

.center {
	margin: auto;
	width: 70%;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
}

#navigator {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	height: 80%;
}

#navigator a {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#navigator a:hover {
	border-style: solid;
	border-width: 1px;
}

#navigator ul {
	list-style: none;
}

#content {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 80%;
	height: 80%;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 7%;
	width: 100%;
}

