 
body,td,th {
	/*font-size: x-small;*/
}
body {
/*	background-color: #89887b;*/
	 
}
.style7 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 21px;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 21px;
}
.style9 {
	font-size: small;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.style10 {
	color: #FF6600;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11 {color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: small; line-height: 21px; font-weight: bold; }
.style12 {font-size: x-large}
.style13 {	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	font-weight: bold;
}
.style14 {
	color: #FF6600;
	font-size: x-large;
}




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: left; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #666666;
	background-position: center top;
	
}

 