.bar {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #B50000;
}
table {
	font-family: "宋体";
	font-size: 14px;
	color: #93000B;

}
.border {
	font-family: "宋体";
	font-size: 12px;
	border: 1px dotted #CCCCCC;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;

}
a:active {
	color: #009900;
	text-decoration: underline;
}
