@charset "utf-8";
/* CSS Document */

body {
	font-size: 84%;
	color: #666666;
}
.content{
	line-height: 1.5;
	width: 504px;
	padding-right: 10px;
	padding-left: 10px;
}

.content1{
	width: 200px;
	line-height: 1.5;
	margin: 10px;
	float: left;
}
.content2{
	width: 200px;
	line-height: 1.5;
	margin: 10px;
	float: right;
}


a {
	color: #999900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999900;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #999900;
}
.style1 {	color: #CC6600;
	line-height: 1.5;
	margin: 0px 5px 5px 0px;
	width: 500px;
	text-align: center;
}
.navigator_style {
	color: #336699;
	line-height: 1.5;
	margin: 10px;
}
.table_width {
	width: 740px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
