﻿@charset "utf-8";

/* TongYong  通用 */
*{margin:0;padding:0;font-size:12px;font-family:Arial, Helvetica, sans-serif;}
body{background:url(../images/pagebg.gif) repeat-x;}


/* ChangYongMoRen 常用默认  */
a:link{font-size:12px;color:#000;text-decoration:none;}
a:visited{font-size:12px;color:#000;text-decoration:none;}
a:hover{font-size:12px;color:#0983c9;text-decoration:underline;}
a:active{font-size:12px;color:#000;text-decoration:none;}

ul li{list-style:none;}
img{border:0;}

div.clearboth{height:0;font-size:0;clear:both;overflow:hidden;display:block;}

