body {
	background: white;
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

p {
	line-height: 1.3
}

a {
	color: #009;
}

a:hover {
	color: #33c;
	text-decoration: none;
}

h1 {
	text-align: center;
}

.navigation {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	margin: 2em 0;
}