
/* Reset */
*{ margin:0; padding:0;}
body{ font:12px "宋体";  background:url(/css/images/index_bg.jpg); }


a{ color:#484848; text-decoration:none;}
a:hover{ color:#86005B; text-decoration:underline;}
ul{ margin:0; padding:0; list-style:none;}
img{ border:none;}

/* Class */
.clear{ clear:both;}
.Tahoma{ font-family:Tahoma;}