.STYLE3 {	color: #8F1D22;
	font-weight: bold;
}
body,td,th {
	font-size:5vw; /* 字体大小设置为视口宽度的2% */
	color: #000000;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-size:5vw;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}