body {
	text-align: center;
	font-family: verdana, serif;
	font-size: 1.2em;
}

ul {
	text-align: center;
	list-style: none;
}

li {
	display: inline;
	margin: 0 20px;
}

li a {
	color: #928d94;
	text-decoration: none;
	padding: 20px;
	border: 1px #928d94 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 4px 4px 10px #321919;
	-webkit-box-shadow: 4px 4px 10px #321919;
	box-shadow: 4px 4px 10px #321919;
}

li a:hover {
	background-color: #928d94;
	color: white;
}