/* CSS Reset */
html, body, 
div, p, span, 
h1, h2, h3, h4, h5, h6, 
blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strike, strong, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, input, textarea, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
