body {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}

h1 {
	background-color: yellow;
	text-decoration: none;
	text-align: center;
	font: normal 2.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	line-height:56px;
	font-size:56px;
	font-weight:500
}

li {
	background-color: black;
	text-align: center;
	font: 2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	border-style: solid;
	border-color: white;
	list-style-type: none;
}

ul {
	background-color: black;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	background-color: black;
	color: white
