/* CSS Document */
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;/*动态链接色*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;/*链接色*/
}
a:hover {
	text-decoration: none;
	color: #0000ff;/*移上色*/
}
a:active {
	text-decoration: none;
	color: #FF9900;/*点击色*/
}
.box {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	height: 20px;
	width: 130px;
}
/* CSS Document */