@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.head {
	font-family: "新細明體", "細明體";
	font-size: 21px;
	font-weight: bold;
}
.content {
	font-family: "新細明體", "細明體";
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 28px;
}
.contentLink {
	color: #F1991B;
}
.contentEng {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 28px;
}
a.contentLink:hover {
	text-decoration: none;
	color: #FFFF99;
}
.contentSmall {

	font-family: "新細明體", "細明體";
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 21px;
}
.contentEngSmall {

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 21px;
}
.subhead {

	font-family: "新細明體", "細明體";
	font-size: 21px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 34px;
}
.2toplink {
	color: #F1991B;
	line-height: 36px;
}
