全局样式

 * {
 margin:0 auto;
 padding:0;
}
/** 清除内外边距**/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, div,/* 结构元素 */ dl, dt, dd, ul, ol, li,/* 列表元素 */ form, fieldset, legend, button, input, textarea, option, select,/* 表单元素 */ pre,/* 文本格式元素 */ tr, td,/* 表格元素 */ img {
 margin:0;
 padding:0;
}
/** 设置默认字体 **/
body {
 font-family:"宋体", Arial, Helvetica;
 font-size:12px;
 background:url(../img/bg.jpg) repeat-x;
}
ul, ol, li {
 list-style-type:none;
}
a, a:hover {
 text-decoration:none;
}
img {
 border:none;
}
.clear {
 clear:both;
}
a {
 outline: none; /* for Forefox */
}
a {
star:expression(this.onFocus=this.blur()); /* for Ie*/
}
a:link, a:visited {
 color:#333;
 text-decoration:none;
 font-size:12px;
}
a:hover {
 color:#de3237;
 text-decoration:none;
}
.fl {
 float:left;
}
.fr {
 float:right;
}
*html #left{
margin-right:-3px;
}

你可能感兴趣的:(css样式,全局样式)