ul{
	list-style: none;
}
li{
	float: left;
	background-color: green;
	border:1px solid black;
	color: white;
	width: 100px;
	text-align: center;
	padding: 10px;
	margin: 5px;
}