* {
	margin: 0;
	padding:0;
	}
	
body {
	font-family: helvetica Neue, arial, sans-serif;
	color: #000;
	}

h3 {
	font-size: 170%;
	margin-bottom: 20px;
	font-weight: 900;
	}
	
a {
	color: #000;
	background-color: #FDFFCD;
	text-decoration: none;
	}
	
a:hover {
	background-color: #F2FF9C;
	}
	
#middle {
	width: 400px;
	margin: auto;
	margin-top: 150px;
margin-bottom: 100px;
	}
	
ul {
	list-style-type: none;
	}
	
ul li {
	margin-bottom: 10px;
	}
	
li a {
	color: #000;
	text-decoration: none;
	font-weight: 200;
	background-color: #fff;
	}
	
li a:hover {
	background-color: #fff;
	}

