#nav {
	width: 600px;
	margin: auto auto;
	border: groove 12px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
}

#body {
	width: 700px;
	margin: auto auto;
	border: groove 12px;
	padding: 20px;
	font-family: arial, helvetica, sans-serif;
}

a {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

p {
	font-size: 12px;
}