@charset "UTF-8";
body, td, th, input {
	font-family: "細明體", "新細明體";
	font-size: 12px;
	color: 333333;
}
.codeSample {
	background-color: #CCCCCC;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
	overflow: auto;
}
.demoDiv {
	background-color: #999999;
	width: 400px;
}
.sampleText {
	font-family: "細明體";
	font-size: 15px;
	color: 333333;
	letter-spacing: 3px;
	padding-right: 20px;
	text-align: justify;
	line-height: 25px;
}
.EffectTrigger {
	font-size: 12px;
	font-style: bold;
	cursor: pointer;
}
.styles1 {
	font-family: "標楷體";
	font-size: 17px;
	line-height: 19px;
}
.link {
	font-family: "細明體";
	letter-spacing: 3px;
	padding-right: 20px;
	font-size: 15px;
	color: #A53E11;
		line-height: 22px;
	text-decoration: none;
}

