/*CSS written by MaxXing.*/

/*Font family*/
.fonlight {
	text-decoration: none;
	font-family: "Source Han Sans Light","Microsoft YaHei Light","Microsoft YaHei";
	color: black;
}
.fonnormal {
	text-decoration: none;
	font-family: "Source Han Sans Normal","Microsoft YaHei";	
	color: black;
}
.fonnormal p {
	margin: 20px 0 10px;
}
.fonlight p {
	margin: 20px 0 10px;
}
.fonfooter {
	text-decoration: none;
	font-family: "Source Han Sans Light","Microsoft YaHei Light","Microsoft YaHei";
	color: #A0A0A0;
}
/*Font family*/

/*Font size*/
.large {
	font-size: xx-large;
}
.big {
	font-size: x-large;
}
.mid {
	font-size: 20px;
}
.lite {
	font-size: large;
}
.small {
	font-size: 15px;
}
/*Font size*/

/*Font style*/
.tip {
	font-style: italic;
	color: grey;
}
.tipwarn {
	font-style: italic;
	color: red;
}
.tipdev {
	font-style: italic;
	color: green;
}
/*Font style*/
