#staff_table {
	background-color: white;
	color: rgb(25, 50, 90);
	padding: 5px; 
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	
#staff_table td {
	border: medium outset rgb(25, 50, 90);
	width: 40%;
	font-size: 110%;
	}
	
#staff_table img {
	width: 85px;
	height: 100px;
	float: left;
	}
