/* CSS Document */
@charset "utf-8";
/*通用基础布局css文件     background-color: #FFFFFF;*/
html, body {
	height:100%;
	width:100%;
	overflow-y: auto;
	overflow-x: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #218CDE;
	background-image: url(../images_files/web10A_background1.jpg);
	background-repeat: repeat-y;}
a:link {
	color: #0000FF;
	text-decoration: blink;
}
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
	text-decoration: none;
	color: #66CC66;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}