body {
	background-color: BlanchedAlmond;
}
h1 {
	text-align: center;
}
h4 {
	text-align: center;
	font-style: italic;
}
nav {
	text-align: center;
	margin: auto;
}
.menu li {
	display: inline;
}
.button:link {
	color: #000000;
}
.button:hover {
	color: #333399;	
}
div {
	text-align: center;
}
