@charset "utf-8";
/* CSS Document */
*{
    margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/index_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #C0C0C0;
}
.b_center{
	font-size:11px;
	font-family: Arial,"宋体";
	color:#FFF;
	text-align:center;
}
.text1{
    font-size:12px;
	color:#FFF;
	font-family: Verdana,"宋体";
	font-weight:bold;
}
.text1 a{
	font-size:12px;
	color:#fff;
	text-decoration:none;	
	font-weight:bold;
}

.text1 a:hover{
	font-size:12px;
	color:#ddd;
	text-decoration: underline;
	font-weight:bold;
}

