body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin-left: 5%;
	margin-top: 150px;
	background-color: #FFF9F2;
	}
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.headerright {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
}
.badge {
	position: absolute;
	right: 5%;
	top: 0px;
	z-index: 1;
}
.footer {
margin-left: -5%;
width: 105%;
}
.page {
font-style: italic;
font-weight: 700;
	position: absolute;
	left: 375px;
	top: 92px;
	width: 189px;
	height: 24px;
	z-index: 1
}
}
a:active {
	font-family: serif;
	font-size: larger;
	color: Fuchsia;
	text-decoration: underline;
}

a:hover {
	font-family: serif;
	font-size: larger;
	color: Green;
	text-decoration: none;
}

a:link {
	font-family: sans-serif;
	color: Blue;
	font: 12px;
	text-decoration: underline;
}

a:visited {
	font-family: sans-serif;
	font-size: smaller;
	color: Red;
	text-decoration: underline;
}





h1 {
	font-family: serif;
	color: Red;
	font: bolder;
	font-variant: small-caps;
	font-size: 24px;
}

h2 {
	font-family: cursive;
	color: Aqua;
	font: bolder;
	font-size: 24px;
	background-color: Maroon;
}

h3 {
	font-family: sans-serif;
	color: Blue;
	font: bolder;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: 600;
	font-size: 14px;
	line-height: 200%;
}

em {
	color: Red;
	background: transparent;
	font-style: italic;
	font-weight: 600;
}

table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: 600;
	color: Black;
	line-height: 200%;
}
.firstletter {
	font-family: "Lucida Handwriting", cursive; 
	font-size: 28px;
	font-weight: 600;
	margin-bottom: -3px;
}
