<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#container {
	width:950px;
	margin:0 auto;
}

body {
	font-size:14px;
	color:#000;
	font-family:微軟正黑體;
	font-weight:bold;
}

a:link {
	color:#FFF;
	text-decoration:none;
       }
a:visited {
	color: #FFFFD7;
	text-decoration:none;
}

#engVerLink {
	text-align:right;
	margin:5px 0px 5px 0px;
}

#engVerLink a {
	color:#000;
}

#leftcontent {
	width:720px;
	margin-top:15px;
	padding:20 0 20 0;
	float:left;
	background-color:#A8C5FB;
}
#leftcontent a {
	color:#00F;
	text-decoration:underline;
}

.titlenote {
	padding: 20px 100px 10px 100px;
	font-size:32px;
	color:#1071D1;
}
.titlenote p {
	color:#000;
	font-size:14px;
}

.titlenote &gt; div {
	font-size:20px;
}

.subContentTitle {
	font-weight:bold;
	padding-left:100px;
	font-size:20px;
	color:#1071D1;
}

.subContent {
	margin-top:-10px;
	padding-left:100px;
	font-size:16px;
}

.subContent li {
	line-height:30px;
}

.subContent a {
	text-decoration:underline;
	color:#00F;
}

.subContent ul {
	list-style:square;
}

.tableleft {
	text-align:right;
	height:40px;
	width:300px;
}

.tableright {
	text-align:left;
	height:40px;
	width:420px;
}

#absmain {
	margin-left:100px;
	margin-right:100px;
}

.tableabs {
	text-align:left;
	height:40px;
	width:720px;
}

#rightcontent {
	width:230px;
	margin-top:15px;
	float:left;
}

#rightcontent &gt; div {
	text-align:right;
	margin-bottom:25px;
}

#footer {
	clear:both;
	height:50px;
	line-height:50px;
}

.btnsize {
	height:30px;
	width:150px;
}

#agendaTable {
	margin-left:30px;
	margin-top:15px;
	margin-bottom:25px;
}</pre></body></html>