/*--- 功能：全局css ---*/
/*--- 作者：Gavin ---*/
/*--- 时间：2008-10-27 ---*/
body, div, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, ul, ol, li {
margin:0;
padding:0;
}
body {
background:url(bg1.gif);
color:#333333;
font:12px Arial, tahoma, Verdana, "宋体";
text-align:center;
}
/*--- 图片链接 ---*/
a img {
border:none;
}
/*--- 伪类 ---*/
a {
color:#727272;
text-decoration:none;
}
a:hover {
color:#006600;
}
/*--- 列表 ---*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*--- 段落 ---*/
p {
line-height:1.8em;
margin:1em;
text-align:left;
}
/*--- 细线表格 ---*/
table {
border:1px solid #DCDCDC;
border-collapse:collapse;
border-width:1px 0 0 1px;
}
table td, table th {
border:1px solid #DCDCDC;
border-width:0 1px 1px 0;
line-height:19px;
padding:.2em .6em;
text-align:left;
}
table th {
background-color:#f8f8f8;
font-weight:bold;
}
/*浮动清除
---------------------------------*/
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
