@charset "utf-8";
 body{
    
	font-size:12px;
    margin:0px;
	padding:0px;
	text-align:center;
	color:#000;
	font-family: "微软雅黑", tahoma;
	background-color: #49AEEA;
	background-image: url(http://www.ryanxia.com/images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:150%;
}
 img {max-width: 100%;height: auto; border:0;}
 select{font-family: "微软雅黑", tahoma;}
 th{background:#f5f5f1;}
 td{ padding:2px;}
 
a.b {
color:#2677b6;
text-decoration:none;
}

a.b:hover {
color:#2677b6;
text-decoration:underline;
}

