.page {
	width: 90%;
}

.People {
	margin: 0px 10px 0px 10px;
}

.Person {
	float: left;
	width: 120px;
	height: 210px;
	margin: 15px;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration: none;
}

.PersonName {
	color: #000000;
}

.PersonLink, .PersonLink:link, .PersonLink:visited {
	text-decoration: none;
}

.PersonImageWrap {
	width: 115px;
	height: 172px;
	border: 1px solid #888888;
	background-color: #888888;
}

.PersonImageWrap:hover,
.PersonImageWrap:active {
	border: 1px solid #fe9c03;
}

.PersonLink:hover .PersonName,
.PersonLink:active .PersonName {
	color: #fe9c03;
}
