#alumniList {
	text-align: center;
	font-weight: normal;
	overflow: auto; 
	width: 100%; 
	height:220px;
}
#alumniList table {
	width: 95%;
}
#alumniList td {
	border: 1px #BBBBBB solid;
	padding: 0px;
	margin: 2px;
}
