1. @charset "utf-8"
  2. /* CSS Document */ 
  3. /*! 
  4.  * Mrchen CSS Library v1 
  5.  * 
  6.  * Copyright (c) 2010 Mrchen 
  7.  * 
  8.  * Date: 2010-04-14 02:10:21 
  9.  * Email: mrchenv@foxmail.com 
  10.  */ 
  11. /* 说明:这段代码只要负责整站标签的重置,让所有主流的浏览器的Web效果一致! */ 
  12. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6pre, form, fieldset,
  13. input, textarea, p, blockquote, th, td { padding0pxmargin0px; } 
  14. body, html { background:#fffffffont:12px ArialHelveticasans-serif; } 
  15. address, caption, cite, code, dfn, em, 
  16. strong, th, var { font-weightnormalfont-stylenormal; } 
  17. h1, h2, h3, h4, h5, h6 { font-weightnormalfont-size100%; } 
  18. fieldset, img { border0px; } 
  19. ol, ul { list-stylenone; } 
  20. caption, th { text-alignleft; } 
  21. table { border-collapse:collapse; } 
  22. a:link { text-decoration:none; } 
  23. a:visited { text-decoration:none; } 
  24. a:hover { text-decoration:underline; } 
  25. a:active { text-decoration:none; } 
  26. .clear { clear:bothfont-size:0pxline-height:0pxheight:0px; } 
  27. .floatLeft { float:left; } 
  28. .floatRight { float:right; }