@charset "utf-8";
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(img/back.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.title-20px {
	font-size: 28px;
	font-weight: bold;
	color: #666666;
	height: 36px;
	font-family: "標楷體";
}
.word-12px {
	font-size: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.word-12px-B {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.link-12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.word-15px-p {
	color: #0066FF;
}
.word-15px-B {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

