body {
	font-family:arial;
	font-size:10px;
	color:#333333;
	line-height:30px;
	cursor:default;
	text-align:center;
	margin:0px;
}

a {
   font-family:arial;
   font-size:13px;
   text-decoration:none;
   color:#ffffff;
   } 
a:hover {
   color:#000000;  /* 滑鼠移過連結的顏色 */
   font-size:13px;  /* 文字大小 */
   text-decoration:none;
   }
   
#container {

}
#header {
	font-size:20pt;
	font-color:#000000;
}	
/*	background-image:url(indexpic/multi.gif);*/
#main {
	color:#000000;
	border-top:2px dashed #666666;
	border-bottom:2px dashed #666666;
}
#bottom {
	font-size:14px;
}
.mainbox{
	font-size: 13px;
	line-height:20px;
	color:#000000;/* 各主題下的文字顏色*/
}

.boxtext{
	font-size: 15px;
	line-height:22px;
	color:#ffffff;/* 文案的文字顏色*/
	font-weight: bold;
}

.boxlink{
	font-size: 16px;
	line-height:18px;
	color:#ffffff;
	text-align:center;
}
.boxlink a {
   font-family:arial;
   font-size:16px;
   text-decoration:none;
   color:#333333;
   font-weight: bold;
   } 
.boxlink a:hover {
   color:#CC0033;  /* 滑鼠移過連結的顏色 */
   font-size:16px;  /* 文字大小 */
   text-decoration:none;
   background-color:#EFEFEF;
   font-weight: bold;
   }
   
.white{
  	background-color:#ffffff;
	color:#000;
	text-align:right;
	padding-right:10px;
}

.line{
	padding-left:10px;
	height:30px;
	border-bottom: 2px solid #FFFFFF;
	background-image:url(green.gif);
	background-repeat : no-repeat;
	background-position : bottom 95%;
}

.line2{
	padding-left:10px;
	height:30px;
	width:70%;
	border-bottom: 2px solid #FFFFFF;
	background-image:url(little.gif);
	background-repeat : repeat-x;
	background-position : bottom;
}
.line3{
	font-size:16px;
	color:#333333;
    font-weight: bold;
	padding-left:10px;
	height:30px;
	border-bottom: 2px solid #ffffff;
	background-image:url(green.gif);
	background-repeat : no-repeat;
	background-position : bottom 95%;
}