* {
	font-family: "Source Sans Pro", "Lucida Grande", Helvetica, Arial, "Palatino Linotype", "微软雅黑";
}

.normal {
	/* color: #05173B; /* 蓝黑 */
	/* color: #7E8282; /* 铅灰 */
	color: #544946; /* 黑灰 */
}

blockquote * {
	font-family: consolas, Yuanti SC, "微软雅黑";
	font-style: italic;
	letter-spacing: 0;
}

code * {
	font-family: consolas;
}

h1 {
	color: #00B38C;
}

h2 {
	color: #00B0F0;
}

h3 {
	color: #82ABBA;
}

h4 {
	color: #A2B4BA;
}

h1,h2,h3,h4 {
	/*font-family: "American Typewriter", "Source Sans Pro", "Lucida Grande", Helvetica, Arial, "Palatino Linotype", "微软雅黑";*/
	letter-spacing: 0;
}

em {
	color: #B31800;
	font-style: normal !important;
}

blockquote em {
	color: #666666;
	font-weight: bold;
	font-style: italic !important;
}

.glossary-term {
	text-decoration: none !important;
}
.glossary-term:hover {
	text-decoration: underline !important;
}

sup {
	font-size: 1pt !important;
}
