/* CSS Document */
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 14px;
	color: #6c6c6c;
	font-family:"宋体";
}
a:link {
	color: #6c6c6c;/*动态链接色*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6c6c6c;/*链接色*/
}
a:hover {
	text-decoration: none;
	color: #003366;/*移上色*/
}
a:active {
	text-decoration: none;
	color: #6c6c6c;/*点击色*/
}