/*
==========-----
Stylesheet for about page
==========-----
*/

.servantList {
	padding: 0;
	margin: 15px;
	margin-bottom: 18px;
	text-align: center;
	
	font-weight: bold;
	
	list-style-type: none;
}

.person {
	font-weight: normal;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}