    body 
    {
	    font-size:16px; background-color: #FFFFFF;font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    }

    a {text-decoration: none;}
	a:hover {text-decoration: none;}
	h1 { font-size:1.6em;font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;}
	h3{ font-size:1em;}
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
.advbox {
	width:560px;
	margin:0 auto;
}
.advbox .dt_small {
	width:560px;
}
.advbox .dt_big {
	width:560px;
}
.advbox .dt_toBig {
	position:absolute;
	left:50%;
	margin:20px 0px 0px 260px;
	width:21px;
	height:21px;
	background:url("show.png");
	cursor:pointer;
}
.advbox .dt_toSmall {
	position:absolute;
	left:50%;
	margin:5px 0px 0px 260px;
	width:21px;
	height:21px;
	background:url("close.png");
	cursor:pointer;
}
