@charset "utf-8";
body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #000;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "細明體", "新細明體";
	font-size: 100%;
	line-height: 10px;
}
.ww01 {
	font-size: 12px;
	color: #FDF9F0;

	line-height: 16px;
}
.ww01 a:visited{
	font-size: 12px;
	color: #0FF;

	line-height: 16px;
}



.ww01 a:link {
	font-size: 12px;
	color: #0CF;
	text-decoration: none;
}
.ww01 a:hover  {
	font-size: 12px;
	color: #9FF;
	text-decoration: underline;
}



.ww02 {
	font-size: 12px;
	color: #FC0;

}
.ww02 a:link{
	font-size: 12px;
	color: #FC0;
}

.ww02 a:hover{
	font-size: 12px;
	color: #FEA;
}
