<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 120%;
	color: rgb(40,60,40);
	font-family: 'Arial','微軟正黑體','新細明體';
	/*background-image: url("../images/background.png");*/
}
h2{
	font-size: 150%;
}
.left{
	float: left;
	width: 19%;
	min-height: 600px;
	border: 1px solid rgba(0,0,0,0.1)
}
.right{
	float: right;
	width: 79%;
	min-height: 600px;
	border: 1px solid rgba(0,0,0,0.1);
}
.page{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}
.page nav ul li{
	width: 80%;
	display: block;
	text-align: center;
	border: 1px solid gray;
	background-color: white;
	padding: 5px;
	margin-bottom: 5px;
}
.page nav ul li:hover{
	color: white;
	background-color: gray;
}
.page nav ul a{
	color: black;
	text-decoration: none;
}

.page1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.page1 nav ul li{
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	border: 1px solid gray;
	background-color: white;
	padding: 5px;
	margin: 5px;
}
.page1 nav ul li:hover{
	color: white;
	background-color: gray;
}
.page1 nav ul a{
	color: black;
	text-decoration: none;
}

.content1{
	/*border:1px solid gray;*/
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.table1{
	border: 1px solid gray;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	/*white-space: nowrap;*/
}

.table1 tr td{
	border: 1px solid gray;
}

footer{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 10pt;
	font-family: Arial;
}</pre></body></html>