@charset "utf-8";
/* CSS Document */
@import url("layout.css");
@import url("master.css");
@import url("module.css");
* {margin: 0px;padding: 0px;} 
a {color: #000000;text-decoration: none;} 
ul {list-style-type: none;} 
body {font-size: 12px;} 
img {border: 0px;}
a img{ border:none; } 
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}	/*-清除多余-*/

