/* CSS Document */
html {
  scrollbar-face-color:#C8AA62;
  scrollbar-highlight-color:#E6E6E6;
  scrollbar-3dlight-color:#C8C8C8;
  scrollbar-darkshadow-color:#000;
  scrollbar-Shadow-color:#F0F0F0;
  scrollbar-arrow-color:#C8C8C8;
  scrollbar-track-color:#FAF6BF;
  
  overflow: scroll;
overflow-x: hidden;
overflow-x: auto !important;
}
body{
padding:0px;
margin:0px;
font-size:12px;
background:url(xiangyunbg.gif);
}

a:link {
/*text-decoration: none;*/
	color: #FAF6BF;
}
a:visited {
/*text-decoration: none;*/
	color: #FAF6BF;
}
a:hover {
/*text-decoration: none;*/
	color: #FF3300;
}
a:active {
text-decoration: none;
	color: #FAF6BF;
}
a {
	font-size: 12px;
	font-weight: bold;
}
a.one :link {
	color: #ff0000;
	text-decoration: none;
}
a.one:visited {
	text-decoration: none;
	color: #ff0000;
}
a.one:hover {
	text-decoration: underline;
	color: #FAF6BF;
}
a.one:active {
	text-decoration: none;
	color: #ff0000;
}
a.one {
	font-size: 12px;
	color: #ff0000;
}
.biaoti {
	font-size: 24px;
	font-weight: bold;
	color: #FAF6BF;
}