<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 */

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-position:center;
	background-image: url(images/bg4.jpg);
		margin:0;
		padding:0;
		background: #000 url(images/bg4.jpg) center center fixed no-repeat;
		-moz-background-size: cover;
		background-size: cover;
    font-family: 'Microsoft JhengHei', 微軟正黑體, sans-serif, arial;
	font-size: 13px;
}

a img{
	border:0;
}

object{
    display:block;
}

#warper {
	text-align: left;
	width: 800px;
	height: 100%;
	padding-top:10px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: 150px;
}


#cont {
   width: 780px;
	margin-left: auto;
	margin-right: auto;
	}
	
#article_co p {
	font-size: 14px;
	line-height: 24px;
	color:#FFF;
}
#article_co .pp {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
#article_co .pe {
	margin-bottom: 25px;
	}</pre></body></html>