/* People */


.people {
	padding: 15px;
	text-align: left;
}

.people a {
	color: darkblue;
}

.people_header h1 {
	text-decoration: none;
	color: #666666;
	font-size: 1.8em;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
}

.people_header h2 {
	color: #666666;
	font-size: 1.6em;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
}

.people_header em {
	color: grey;
	font-style: italic;
}

