body {
	margin: 0;
	padding: 2px 3px 2px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

h1 {
	font-size: 4em;
	text-align: center;
}
h3 {
	font-size: 1.25em;
}

/* HYPERLINK FORMATING */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

/* HEADING FORMATING */


/* FOOTER FORMATING */
.footer_links {
	font-size: small;
}
