/* CSS Document */
body {
color:#333333;
font-family:"宋体";
font-size:12px;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div,textarea,select,radio {
border:0pt none;
margin:0pt;
padding:0px;
}
ul, ol {
list-style-type:none;
}

a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: red;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
