.text {
	font-family: "宋体", "MS Hei", "MS Song";
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;

}
.textTitle {
	font-family: "黑体", "MS Hei", "MS Song";
	font-size: x-large;
	line-height: normal;
	font-weight: bold;
	color: #990066;

}

a:link {
	color: #D43C00;
	text-decoration: none;

}
a:visited {
	color: #D43C00;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #555;
	color: #FF6633;

}
.textMedium {

	font-family: "黑体", "MS Hei", "MS Song", "宋体";
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	display: run-in;
}
.textHeading {
	font-size: x-large;
	line-height: 28px;
	font-weight: bold;
	text-align: right;
	display: run-in;
	font-family: "MS Hei", "MS Song", "宋体", "黑体";
	color: #FFCC66;


}
.code {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	border: none #999999;
}
.small {
	font-family: "宋体", "新宋体", "MS Song", "MS Hei";
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
}

