#header {
	height: 150px;
	width: 950px;
	background-color: #E6E8FF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/banner.jpg);
	background-position: left top;
	font-family: "標楷體", "微軟正黑體", KaiTi;
}
#content {
	width: 950px;
	font-family: "標楷體", "微軟正黑體", KaiTi;
}


#contentRight {
	float: left;
	width: 950px;
	font-family: "標楷體", "微軟正黑體", KaiTi;
}
body {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	font-family: "標楷體", "微軟正黑體", KaiTi;

}
A:link {color: #000099; text-decoration: none; cursor: crosshair}
A:visited {color: #000099; text-decoration: none; cursor: crosshair}
A:hover {color: #87ceeb; text-decoration: none; cursor: crosshair}
