﻿@charset "utf-8";
body {
	font-family: "宋体";
	font-size: 12px;
	margin: 0px;
}
table {
	font-family: "宋体";
	font-size: 12px;
	color: #000;
}
select{
	font-size:12px;}
.bd{
	font-size:12px;
	height:12px;}
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
ul{}
ul li{
	position:relative;
	line-height:22px;
	padding-right:10px;
}
ul li span{
	position:absolute;
	top:0;
	right:0;
}﻿

