body {
    width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #212121;
	background-color: #F5F5F5;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}


h1 {
	margin: 0;
	font-size: 60px;
	font-weight: 900;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	font-variant: small-caps;
	text-align: center;
	color: #212121;
}


h2 {
  
	margin: 50px 0px 50px 100px;
	font-size: 40px;
	font-weight: 900;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	color: #212121;
	text-align: center;
	
}


h3 {
  
	font-size: 20px;
	font-weight: 900;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	color: #212121;
	text-align: left;
	
}

xmp {
	font-size: 17px;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	color: black;
	background-color: white;
	text-align: left;
}


p
{
	margin: 0 0 1.5em;
	line-height: 140%;
	font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
	font-size: 18px;
	color: #212121;
}


.header {
	background-color: #FFC107;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	margin-top: 3px;
	
}


.nav {
	float: right;
	color: black;
	background-color: #FFECB3;
	padding-top: 5px;
	text-align: center;
	height: 1700px;
	font-size: 16px;
	margin-right: 0px;
}


.footer {
	clear: both;
	padding: 1em;
	background-color: #FFC107;
	width: 952px;
	color: #212121;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}

a:link {
    color: blue;
    text-decoration: none;
}


a:visited {
    color: purple;
    text-decoration: none;

}


a:hover {
    color: #ffa000;
    text-decoration: none;
}    