body {
	background-color: #e0e0e0;
	font-family: "Palatino", serif;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	font-style: normal;

}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

div.headerbox {
	text-align: center;
	color: #e9e9e9;
	background-color: #333344;
	padding: 2%;
}

ul.pagnav {
	color: #e9e9e9;
	text-align: center;
	list-style-type: none;
	margin: 2%;
	padding: 2%;

}
li.nav {
	display: inline;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #333355;
}

li.nav:hover {
	display: inline;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #333344;
	box-shadow: 10px 10px 5px grey;
}

a.nav:link {
	color: #e9e9e9;
	text-decoration: none;
}
a.nav:hover {
	color: #ffffff;
}
a.nav:visited {
	color: #e9e9e9;
	font-style: oblique;
}

a:link {
	color: #d0d0d0;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:visited {
	color: #d0d0d0;
	font-style: oblique;
}

div.cntnt {
	background-color: #666677;
	color: #e9e9e9;
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 2%;
	padding-right: 2%;
}
