﻿.text {
	color: #6f6f6f;
	font-size: 12px;
	font-family: "宋体";
	line-height: 25px;
}
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
font-size: 12px;
line-height: 20px;
}

a.:link {
	color: #363636;
	text-decoration: none;
	font-size: 12px;
	font-family: "宋体";

}
a.:visited {
	text-decoration: none;
	color: #363636;
	font-size: 12px;
	font-family: "宋体";

}
a.:hover {
	text-decoration: underline;
	color: red;
	font-size: 12px;
	font-family: "宋体";
}
a.:active {
	text-decoration: none;
	color: #363636;
	font-size: 12px;
	font-family: "宋体";
}

