body {
	margin: 0;
	font-family: Georgia;
}
img {border:none;}
h1 {
	background-color: transparent;
	color: #002F93;
	font: bold 100% Georgia;
	margin-top: 30px;
}
h2 {
	background-color: transparent;
	color: #002F93;
	font: italic bold 90% Georgia;
}
#content {
	margin-left: 50px;
	text-align: justify;
	font: normal 90% Georgia;
	width: 720px;
}
#content2 {
	text-align: justify;
	font: normal 90% Georgia;
	width: 650px;
	margin: 50px auto;
}
#footer {
	background-color: transparent;
	color: #0054F4;
	margin-top: 90px;
	margin-left: 50px;
	font-size: 70%;
	width: 720px;
	text-align: center;
}
#footer a {
	background-color: transparent;
	color: #0054F4;
	text-decoration: none;
	font-size: 100%;
}
#footer2 {
	background-color: #FFF7EF;
	color: #FFF7EF;
	margin-top: 50px;
	font-size: 60%;
}
#footer2 a {
	background-color: #FFF7EF;
	color: #FFF7EF;
	text-decoration: none;
	font-size: 90%;
}
#credits {
	background-color: transparent;
	color: #93D5FF;
	text-align: center;
	font-size: 60%;
	width: 720px;
	margin-top: 15px;
	font-style: italic;
}
#credits a {
	background-color: transparent;
	color: #93D5FF;
	text-decoration: none;
	font-style: italic;
}