@import url('reset.css');

body {
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	color: #000;
}
.wrap {
	width: 46em;
	margin: 0 auto;
}
#content {
	padding: 6em 0;
}
h1 {
	font-size: 3.6em;
	margin-bottom: 1em;
	text-align: center;
}
h2 {
	font-size: 2.4em;
	margin-bottom: 0.6em;
}
ul {
	list-style: none;
	font-size: 1.6em;
	border-top: 1px solid #dcdcdc;
}
ul li {
	border-bottom: 1px solid #dcdcdc;
}
ul li a {
	display: block;
	text-decoration: none;
	padding: 1em 1.4em;
	border-bottom: none;
}
ul li a:hover {
	background-color: #f4f4f4;
}
ul li a span {
	padding-right: 2em;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
}
a:hover {
	background-color: #f4f4f4;
	text-decoration: none;
}