@import url("reset.css");
body{
	  background-color:#FFF;
	  font-family:Arial,"微軟正黑體";
	}
	
  
/* 頁首區 */

#header{
	width:900px;
	margin:0 auto; /* 區塊置中 */
	 
	}
#header h1{
	width:900px;
	height:131px;
	background-image:url(title2025.jpg);
	text-indent:-9999px;
	}

#nav{
	width:900px;
	margin:0 auto; /* 置中 */
	overflow:hidden; /* 白話一點的解釋，就是將多出來的地方藏起來 */
	}
	
	#nav ul{
		
		}
	
	#nav li{
		float:left; /* 水平排列 */
		
		}
	/* 連結 */	
	#nav li a{
		display:block; /*不可省略 */
		width:180px;   /* 900 分給5個鈕 */
		height:50px;
		line-height:50px; /*文字高度置中 */
		background-color:#993366;
		font-size:15px;
		color:#FFF;
		letter-spacing:2px;
		text-align:center;
		text-decoration:none;
		}
		
		#nav li a:hover{
			background-color:#174A89;
		}
		
/* 內容區 */
		
#content{
	clear:both; /*解除浮動 */
	width:900px;
	margin:0 auto; /* 置中 */
	background-color:#ffe6e6;
	padding-top:30px;
	padding-bottom:30px;
}

  #content p{
  
  	font-size=15px;
  	line-height:2.5;
  	padding:0 30px;       /* 左右各留30px */
  	padding-bottom:15px;  /* 不同段落之間做區隔 */
  	
  }
  #content H2{
  	font-size:25px;
  }
  #content table{
  	background-color:#FFF;
  }
  #content td.AA{
  	font-weight:bold; /*文字粗體*/
  	color:#993366;
  	border-bottom : 2px solid black;
  }
  
   #content td.BB{
  	border-bottom : 1px dashed black;
  }
  
   #content td.CC{
  	background-color:#ffe6e6;
  	border-bottom : 1px solid black;
  	line-height:1.5;
  	color:black;
  }
   #content td.CC1{
  	background-color:#ffe6e6;
  	border-bottom : 1px solid black;
  	line-height:1.8;
  	color:blue;
  }
 
 #content td.DD{
  	
  	line-height:1.5;
  	border-bottom : 1px dashed black;
  }
  
 #content select {
 	display: inline-block;
  width: 250px;
  height: 35px;
 	font-size:25px;
} 

#content input {
	height: 35px;
}
 #content select option:hover {
     background-color: #993366;
     color: #fff;
     
  }
/* 頁尾區 */	

#footer{
	width:900px;
	margin:0 auto;
	background-color:#174A89;
}

  #footer h2{
  	font-size:15px;
  	text-align:center;
  	line-height:60px;
  	color:#FFF;
  }

	