/*common style*/
* {
	margin:0;
	padding:0;
}
#schoolchart {
	width:225px;
	height:230px;
	overflow: scroll;
	overflow-x: hidden;
}
/*typo*/
td,th {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 1.8em;
	color: #197A19;
}
