/*

Remove existing styles

*/

address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, label, legend, li, object, ol, p, pre, select, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
ol, ul {
  list-style: none;
}
code, h1, h2, h3, h4, h5, h6, p, pre {
  font-size: 1em;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
:link, :visited {
  text-decoration: none;
}
address {
  font-style: normal;
}
a img, :link img, :visited img, abbr, acronym {
  border: none;
}