@charset "utf-8";
/* CSS Document */

body{ margin:0px; font-size:12px; color:#333333; background:#f0f0f0;}
.bian{border: 1px solid #F0f0f0;}
.bian1{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d3d3d3;
	border-left-color: #d3d3d3;
}
.zi{ font-size:14px; color:#333333; font-weight:bold;}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
