
body{ font: 12px/1.5 Tahoma,Helvetica,Arial,'宋体',sans-serif;}

html, legend { color: #404040; background: #fff; }

/*内容之间会有间隔　ins表示插入到文档中的文本 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
ins{ font-weight: bold; font-size: 1.1em; margin-left:5px;color: #a00; line-height:12px}
img{ 
	border-bottom-width:0px;border-left-width:0px; border-top-width:0px; border-right-width:0px;
}

/*设置字体的大小*/
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
em{ font-weight:normal; font-style:normal}
strong{ font-weight:bold; font-style:normal}
input{ font-size:100%; font-family:inherit}
button{ font-size:100%; font-family:inherit}
textarea{ font-size:100%; font-family:inherit}

talbe{ border-collapse:separate}/*表格的行和单元格的边是合并在一起还是按照标准的HTML样式分开 IE5+*/
th{ font-weight:normal; font-style:normal}
td{ font-weight:normal; font-style:normal}
caption{ font-weight:normal; font-style:normal}

/*链接的状态*/

a:link {
	color: #333;text-decoration: none
}
a:visited {
	color: #333; text-decoration: none
}
a:hover {
	color: #f60; text-decoration: none
}
a:active {
	color: #333; text-decoration: none
}


/*没有前面的项目符号*/
ol{ list-style-type:none}
ul{ list-style-type:none}
li{ list-style-type:none}
form label{ cursor: pointer}

div{ word-break:break-all; white-space:normal}/*自动换行，单词间的空格不能用 来代替，不然不能正确换行*/

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁等 */
html {overflow-y: scroll; }

hr {
    color: #d1d7dc;
    background-color: #d1d7dc;
    border: none;
    height: 1px;
}
.cl{ clear:both;}




