body {
	font-size: 10pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
/*	font-family: Arial; */
	font-family: 'Noto Sans TC', sans-serif;
}
.Title {
	font-size: 14pt;
	font-weight: bold;
}
.Heading {
	font-size: 13pt;
	font-weight: bold;
}

.NFont300 { font-weight: 300; } /* For Noto Sans TC font sizes */
.NFont400 { font-weight: 400; }

.Font08 { font-size:  8pt }
.Font10 { font-size: 10pt }
.Font11 { font-size: 11pt }
.Font12 { font-size: 12pt }
.Font14 { font-size: 14pt }
.Font16 { font-size: 16pt }
.Font18 { font-size: 18pt }
a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
}
