@charset "utf-8";

body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center;
	background-repeat: repeat;
	background-position: center top;
	font-family: "細明體", "新細明體";
	font-size: 100%;
	line-height: 10px;
	color: #000;
}


.ww01 {
	font-size: 13px;
	color: #FDF9F0;

	line-height: 16px;
}
.ww03 {
	font-size: 13px;
	line-height: 14px;
	color: #C00;
}


.ww02 {
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.ww04 {
	font-size: 13px;
	line-height: 14px;
	color: #999;
}

.ww04 a:link {
	font-size: 13px;
	color: #999;
	text-decoration: none;
}
.ww04 a:hover  {
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}
.ww04 a:visited  {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
