body {
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.8em;
	background-color: white;
}

div.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}

a {
	text-decoration: none;
	color: maroon;
}

a:hover {
	text-decoration: underline;
}
