ul li {
	border: thin gray solid;
	border-radius: 5px;
	position: float;
	list-style-type: none;
	padding: 5px;
	display: inline-block;
	background: #EEE;
}

ul li a {
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	font-size: large;
	color: black;
}
