body {
	background-color: #FFFFFF;
	color: navy;
	font-family: "Century Schoolbook", "ITC New Century Schoolbook", serif;

}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 100%;
	font-weight: normal;
}


p {
	font-size: 85%;
}

ol {
	font-size: 85%;
}

.lewis {
	color: rgb(10, 150, 10);
	font-style: italic;
	
}

#footer {
	border-top: thin red solid;
	background-image: url(images/fish.jpg);
	margin-top: 25px;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	text-align: center;
	
}

div {
width: 600px;

}
