/* Headline */
.h1{
	color: purple;
	font-size: 50px;
	font-family: "sthupo";
	font-weight: normal;
}
.h2{
	color: darkblue;
	font-size: 50px;
	font-family: "stxinwei";
	font-weight: bold;
}
.h3, dt{
	color: black;
	font-size: 40px;
	font-family: "kaiti";
	font-weight: bold;
}
/* Text */
.p1{
	color: black;
	text-indent: 60px;
	text-align: left;
	font-family: "kaiti";
	font-size: 30px;
	font-weight: normal;
}
.p2, dd{
	font-family: "stfangsong";
	font-size: 30px;
	font-weight: bold;
}
.red--eye-catching{
	color: red;
	font-family: britannic;
	font-size: 18px;
	display: none;
}
/* Others */
.saying-text{
	color: purple;
	text-indent: 60px;
	text-align: left;
	font-family: "stxinwei";
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
}