@charset "utf-8";
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.copyright {
	font-family: Arial, "新細明體";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
}
a:hover,a:active {
	background-color: #CCFF00;
	font-weight: bold;
}
a:link,a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#Page {
	width: 957px;
	margin-top: 82px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 546px;
	background-image: url(images/table_bkg.jpg);
}
