
h2 {
	color: white;
	background-color:red;
	width: 360px;
}
h3 {
	background-color:powderblue;
	width: 360px;
}
table {
	overflow-x: auto:
}
table.center {
	text-align: center;
	font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
}
table.left {
	text-align: left;
}
td.blue {
	color: blue;
}
td.green {
	color: green;
}

.red {
	color: red;
}
input {font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;}
body{font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;}
