.nowrap {
	white-space: nowrap;
}

a {
	text-decoration: none;
	color: rgb(0,0,128);
}

a:hover {
	color: rgb(0,0,255);
}

a:active {
	color: rgb(255,0,0);
}

tr.mouseover:hover {
	background-color: rgb(255,200,15);
}

tr {
	vertical-align: top;
}

td {
	text-align: left;
}

.font16pt {
	font-size: 16pt;
}

.prewrap {
/*	word-wrap:break-word;*/
	white-space: normal;
}

h1, h2, h3, h4, h5, h6, .fixedsizefont, div > ol > li, div > ul > li, p {
	font-weight: bold;
	font-family: "dfkai-sb", "標楷體";
}

pre {
	padding: 0px;
}

.emphasize {
	font-weight: bold;
	font-size: 32pt;
}
