html, body, form, fieldset, address, object, param {
  margin: 0;
  padding: 0;
}

table { border-collapse: collapse; }

a img { border: 0px; }

html { font-size: 100.01%; }
body { font-size: 1em; }

address { font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  padding: .75em 0 .25em;
  /* padding will adjust along with font-size */
}
p, .p, pre, blockquote, ul, ol, dl {
  margin: 0;
  padding: .55em 0;
  /* padding between these elements is then slightly more than 1em */
}
/* note: special .p class allows any element to use these attributes */

dd, blockquote { margin-left: 1em; }
li { margin-left: 2em; }