body, th, td {
/*	font-family: '微軟正黑體', arial;*/
	font-family: '微軟正黑體', '微軟正粗體', '微軟正黑體粗體', arial;
	font-weight: bold;
	color: #000;
}

body, th, td, p, h1, h2, h3, h4, h5, h6, pre, li {
	font-size: 14px;
}

body, table, th, td, form, div, p, h1, h2, h3, h4, h5, h6, pre, li, span {
	margin: 0px;
	padding: 0px;
}

/*html, body {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;

	height: 100%;
}*/

table {
	 border-collapse : collapse;
}

fieldset {
	border: none;
}

legend {
	color: #000;
}

img {
	border: none;
}

label {
	white-space: nowrap;
}

body {
	font-family: Arial;
}

a:link, a:visited {
	text-decoration: none;
	color: #36f;
}
a:visited {
	color: #139;
}
a:active, a:hover {
	text-decoration: underline;
}

input {
	font-family: arial;
}
input[type=button], input[type=submit], button {
	font-family: '微軟正粗體', '微軟正黑體粗體', '微軟正黑體', arial;
	color: #000;
	font-weight: bold;
}
