body {
                justify-content: center;
                align-items: center;
                /*height: 100vh; /* 使內容垂直置中 */
                margin: 0;
}
P
{
	MARGIN: 4px;
	color: #666;
}


.container300 {
            width: 300px; /* 設定區塊的寬度 */
            padding: 2px; /* 內邊距 */
            margin: 2px; /* 上下外邊距，並使其水平置中 */
        }

img300 {
    width: 30px; /* 設定圖片的顯示寬度 */
    height: auto; /* 高度自動調整以保持比例 */
    }

 img {
                max-width: 100%; /* 最大寬度為 100% */
                height: auto;    /* 高度自動調整以保持比例 */
                /*border: 2px solid #333; /* 邊框樣式 */
                /*border-radius: 8px;     /* 圓角邊框 */
                /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 陰影效果 */
            }

TABLE
{
	MARGIN: 0px;
	COLOR: #666666;
	font-size: 14px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.title_01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #06C;
	font-weight: bolder;
}
.title_02 {
	font-size: 18px;
	line-height: 24px;
	color: #F60;
	font-weight: bolder;
	letter-spacing: 0.3em;
	word-spacing: 0.3em;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;}

.subtitle {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #008A00;
	font-weight: bold;
	line-height: 20px;
	background-position: center center;
	vertical-align: middle;
	letter-spacing: normal;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #CCCCFF;
	line-height: 20px;
	color: #000066;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333300;
	background-color: #63CF31;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-size: 18px;
	color: #006531;
	font-weight: normal;
	border-left-width: 10px;
	border-left-style: dotted;
	border-left-color: #D6D3CE;
	word-spacing: 1em;
	letter-spacing: 1em;
	border-right-width: 10px;
	border-right-style: dotted;
	border-top-color: #D6D3CE;
	border-right-color: #D6D3CE;
	border-bottom-color: #D6D3CE;
	line-height: 24px;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #336699;
	line-height: 20px;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC6;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
 }

input.big {
	width: 100px;
	font-size: 9px;
	line-height: 2px;
}

input.small {
	width: 50px;
}
a:link {
	font-size: 14px;
	line-height: 22px;
	color: #6666FF;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	line-height: 22px;
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	line-height: 22px;
	color: #FF3333;
	text-decoration: underline;
}



a.glink:link{
	font-size: 18px;
	color: #66CCFF;
	font-weight: normal;
	text-decoration: none;
	word-spacing: 1pt;
	padding: 2px;
	line-height: 22px;
	border-top: 5px solid #3399FF;
	border-right: 0px solid #3399FF;
	border-bottom: 5px solid #3399FF;
	border-left: 0px solid #3399FF;
	float: none;
	height: auto;
	width: auto;
}

a.glink:visited{
	font-size: 18px;
	color: #66CCFF;
	font-weight: normal;
	text-decoration: none;
	word-spacing: 1pt;
	padding: 2px;
	line-height: 22px;
	border-top: 5px solid #3399FF;
	border-right: 0px solid #3399FF;
	border-bottom: 5px solid #3399FF;
	border-left: 0px solid #3399FF;
	float: none;
	height: auto;
	width: auto;
}

a.glink:hover{
	font-size: 18px;
	margin: 0px;
	text-decoration: none;
	color: #008A00;
	background-color: #66CCFF;
	line-height: 22px;
	font-weight: bold;
}
a.aglink:link {
	font-size: 18px;
	line-height: 22px;
	color: #63CFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
a.aglink:visited {
	font-size: 18px;
	line-height: 22px;
	color: #63CFFF;
	text-decoration: none;
}
a.aglink:hover {
	font-size: 18px;
	line-height: 22px;
	color: #FFFF00;
}
.say_xxx {
	font-size: 14px;
	line-height: 20px;
	color: #CCC;
}
.black_12pt {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}
.black_18px {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.bg_yellow {
	color: #F00;
}
.org {
	color: #F60;
	font-size: 12px;
}
