body {
	background-color: #eee;
}

ul li {
	list-style-type: none;
	font-weight: bold;
}
ul ul li {
	font-weight: normal;
}

.profile {
	padding: 10px 0px;
}

.profile img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 5px solid #fff;
	margin: 0 auto;
	display: block;
}

.profile ul {
	text-align: center;
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}