.default {
	font-size: 12px;
	color: #000000;
	font-family: "新細明體";
}

.title {
	font-size: 16px;
	font-weight: bold;
	background-color: #FAEBD7;
	text-align: center;
	font-family: "新細明體";
}

.subtitle {
	font-size: 14px;
	background-color: #F5F5DC;
	font-weight: bold;
	font-family: "新細明體";
}

.smalltitle {
	font-weight: bold;
	font-size: 12px;
	font-family: "新細明體";
}

.smallcontent {
	font-size: 11px;
	font-family: "新細明體";
}

.button {
	background-color: #FAEBD7;
	border-width: 1px;
	border-style: solid;
	font-family: "新細明體";
	font-size: 14px;
	font-weight: bold;
}

.copyright {
  font-family: "Courier New";
  font-size: 10px;
  background-color: #FAEBD7;
  text-align: center;
}

.error {
	font-size: 16px;
	font-weight: bold;
	background-color: #FAEBD7;
	text-align: center;
	font-family: "新細明體";
	color: #FF0000;
}
