@charset "utf-8";
#teacher  table  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#teacher  td  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#teacher  th  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
	font-size: 110%;
	vertical-align: middle;
	text-align: center;
}

