/*
 *	作者:		黄小东
 *	日期:		26/06/2010
 *	兼容:		IE6/7/8 & 火狐 & 谷歌
 *	QQ:			316282999
*/

/*总的设置*/
*{padding:0;margin:0;font-family:"宋体",Arial;}
img{border:0;}
h1,h2,h3,h4,h5{font-size:14px;}
ul,li,dl,dt,dd{list-style:none;}

/*清除浮动*/
.clearfix{display: inline-block;} 
.clearfix:after {/*/*/content: ".";display: block; height: 0;clear: both;visibility: hidden; } 
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} 
.clearfix {display: block; } 

/*常用*/
a:link,a:visited{ text-decoration:none;}
a:hover,a:active{ text-decoration:underline;}
