body {
	background-color: #FFFF81;
	text-align: center;
	font-family: "Trebuchet MS", Georgia;
	font-size: 1em;
	font-style: normal;
	margin: 0px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F79149;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #FAB07A;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
}
.nav {
	font-family: "Trebuchet MS", Georgia;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #5AD85B;
	text-decoration: none;
}
.nav a:link {
	text-decoration: none;
	color: #5AD85B;
}
.nav a:hover {
	text-decoration: none;
	color: #FF9040;
}
.nav a:visited {
	color: #5AD85B;
	text-decoration: none;
}
.nav a:active {

	color: #5AD85B;
	text-decoration: none;
}
