h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child  {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child  {
  margin-bottom: 0;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, p, li, table, ul, ol {
  margin: 1em 0 0.5em 0;
}

h1 {
  font-size: 2.0em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
p, li {
  font-size: 1em;
}
ol, ul {
  padding-left: 1.45em;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
input {
  margin: 0;
}