.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	height: 100px;
	margin: 20px;
}

.navigator {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 130px;
	height: 300px;
	float: left;
	margin-left: 10px;
	font-size: small;
	font-style: italic;
	border-top: none #993300;
	border-right: solid #993300;
	border-bottom: none #993300;
	border-left: none #993300;
}

.pagedata {
	height: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	float: left;
	font-style: italic;
	font-size: small;
	margin-right: 20px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	margin-bottom: 20px;
	height: 1em;
	padding-top: 5px;
	padding-left: 5px;
	font-style: italic;
	text-align: center;
	bottom: 20px;
	clear: left;
	width: 90%;
	left: 5%;
	border-top: thin;
	border-right: thin;
	border-bottom: thin;
	border-left: thin;
}

p {
	text-decoration: none;
}

a {
	text-decoration: none;
}

