body
{
	font-size: 120%;
	background-color: #e6f7ff;
}

nav
{
	background-color: #ffff99;
	font-weight: bold;
	font-size: 110%;
}

nav a
{
	color: #0000b3;
}

h1
{
	color: #0000b3;
	margin-bottom: 0;
	background-image: url(banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 250%;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
}

h2
{
	background-color: #ffff99;
	font-family: Georgia, "Times New Roman", serif;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration-line: underline;
}

footer
{
	text-align: center;
}