body{
    background: #F7FFF9;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-family: Georgia, 'Times New Roman', Times, serif;
	
}
a{
	text-decoration: none;
	background: #CCE4D5;
	padding: 15px 20px;
	color: #2C3630;
	display: inline-block;
	text-align: center;
}
li{
	float:left;
	list-style: none;
}