body {
	background: #c0c0c0;
	margin: 0;
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 10px #fff;
}

#content {
	background: #cfcfcf;
	border: 1px solid #e0e0e0;
	width: 800px;
	margin: 1em auto 1em auto;
	padding: 0em 2em 1em;
}

#content p {
	line-height: 1.6em;
	font-size: .9em;
}

#gratuity {
	margin: 1.5em 0 1em 0;
	text-align: center;
}

h1 {
	font-size: 500%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}

h1 span {
	font-size: 40%;
	color: #666;
}

a {
	color: #333;
	border-bottom: 1px solid white;
	font-weight: bold;
	background: #ddd;
	text-decoration: none;
	padding: 3px;
}

a:hover {
	background: white;
	color: black;
}

ul {
	list-style-type: square;
	font-size: .9em;
}

ul li {
	margin-bottom: 1em;
}