.wrap{
	margin: 0 auto;
	width: 80%;
}

hr {	
	height:1px;  /*寬度*/ 
	background-color:#d4d4d4;  /*線條顏色*/
}

body{
	font-family: 標楷體;
	font-size: 24px;	
}

/*p{
	display:inline;	
}*/

a{
	text-decoration:none;
	color:blue;
}
a:hover{
	color:red;
}

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 18px;	
}

.tb th,.tb td{
	border:1px solid black;
}

.tb th{
	padding:10px;
	font-family: 標楷體;
	width:100px;
}

.tb td{
	padding:3px;
	font-family: 標楷體;
}

th,.tr_1,.tr_2,.tr_3{
	text-align:center;
}



