Css Reset and cssreset
1. css reset
/** Clear internal and external margins **/body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,/* structural elements structure element */dl, dt, dd, ul, ol, li,/* list elements */pre,/* text formatting elements text format elements */form, fieldset, legend, button, input, textarea,/* form elements form Element */th, td,/* table elements table element */img/* img elements Image Element */{border: medium none; margin: 0; padding: 0;}/** set default font **/body, button, input, select, textarea {font: 12px/1.5 'body', tahoma, Srial, helvetica, sans-serif;} h1, h2, h3, h4, h5, h6 {font-size: 100%;} em {font-style: normal ;} /** reset list element **/ul, ol {list-style: none;}/** reset hyperlink element **/a {text-decoration: none; color: #333;} a: hover {text-decoration: underline; color: # F40;}/** reset image elements **/img {border: 0px ;} /** reset table element **/table {border-collapse: collapse; border-spacing: 0 ;}