.heading {
	font-family: sans-serif;
	color:chocolate;
	font-size: 40px;
	margin-top: 3%;
	font-weight: normal;
}

ul {
	list-style-type: none;
}

li {
	float: left;
}

ul a {
	display: block;
	width: 100px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #371C1C;
}

ul a:hover {
	color: chocolate;
}



