p.heading{
	color: black;
	font-family: Georgia;
	text-align: center;
	font-size: 30px;
}

p.body{
	color: black;
	font-family: Georgia;
	text-align: left;
	font-size: 17px;
} 

p.subtitle{
	color: blue;
	font-family: Georgia;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}


body {
	background-color: #A4C195;
}

div.dimensions{
	max-width: 800px;
	margin-left: -1px;
	margin-right: -1px;
}

div.body {
	background-color: #ADD8E6;
	width: 750px;
	text-align: center;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border-width: 5px;
	border-color: black;
	border-style: solid;
	font-family: Georgia;
}

div.nav{
	background-color: #E6E6FA;
	border-style: solid;
	border-width: 5px;
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.nav a{
	color: #0000FF;
	text-align: center;
	padding: 30px;
	font-size: 17px;
	font-family: Georgia;
}

div.nav a:hover{
	background-color: #EEEEEE;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.end {
		clear: left;
}