td.techName {
	border: 0px solid white;
	font-size: 0.6em;
	color: rgb(0,153,255);
	width: 110px;
	height: 28px;
	text-align: center;
}
td.mathName {
	border: 0px solid white;
	font-size: 0.6em;
	color: rgb(255,0,51);
	width: 110px;
	height: 28px;
	text-align: center;
}
td.scienceName {
	border: 0px solid white;
	font-size: 0.6em;
	color: rgb(0,204,0);
	width: 110px;
	height: 28px;
	text-align: center;
}
td.photo {
	border: 0px solid white;
	font-size: 0.6em;
	width: 110px;
	height: 100px;
	padding: 0px;
	text-align: center;
}
table.faculty {
	height: 400px;
}
img.math {
	border: 1px solid rgb(255,0,51);
}
img.science {
	border: 1px solid rgb(0,204,0);
}
img.tech {
	border: 1px solid rgb(0,153,255);
}
