CSS初始化

 @charset "utf-8"; 

body, div, address, blockquote, iframe, ul, ol, dl, dt, 

dd, li, dl, h1, h2, h3, h4, pre, table, caption, th, td, form, 

legend, fieldset, input, button, select, textarea {margin:0; 

padding:0;font-style: normal;font:12px/22px Arial, Helvetica, sans-serif;} 

ol, ul ,li{list-style: none;} 

img {border: 0; vertical-align:middle;} 

body{color:#000000;background:#FFF; text-align:center;} 

.clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px;} 

a{color:#000000;text-decoration:none; }  

a:hover{color:#BA2636;text-decoration:underline;} 

.red ,.red a{ color:#F00;} 

.lan ,.lan a{ color:#1E51A2;} 

你可能感兴趣的:(CSS初始化)