body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3D5765;
	color: #EEEEEE;
}
a {	color: white;
}
.globaltitle {
	font-size: 150%;	
	position: relative;
	left: 30%;
	width: 70%;
}
.globalcontent {
	background-color: #495B65;
	position: relative;
	left: 30%;
	width: 70%;
	margin-bottom: 1em;
}

.title {
	font-size: 150%;	
	position: relative;
	left: 30%;
	width: 70%;
}
.content {
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #495B65;
	position: relative;
	left: 30%;
	width: 70%;
}
.navigation {
	margin-top: 1em;
	position: relative;
	left: 30%;
	width: 70%;
	font-size: 80%;
}