@charset "utf-8";
<style type="text/css">

body,td,th {
	font-size: x-small;
}

body {
	cursor : url(ph-001.ico);
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: left; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #FFF;
	background-position: center top;
}

.main-001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 24px;

}

.main-002 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #042EB4;
	line-height: 24px;
	font-weight: bold;

}

.main-003 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0068cf;
	line-height: 24px;
	font-weight: bold;

}

.main-004 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a89729;
	line-height: 24px;
	font-weight: bold;

}

.main-005 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #703b00;
	line-height: 24px;
	font-weight: bold;

}

.main-006 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6603a0;
	line-height: 24px;
	font-weight: bold;

}

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

a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #6FF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	line-height: 22px;
}
</style>

