/* $Id: reset.css,v 1.1.2.1 2009/04/10 22:19:34 toddnienkerk Exp $ */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address,
del, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, th, td,
article, aside, canvas, details, dialog, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
  display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]),
[hidden] {
  display: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

ol,
ul {
  list-style: none;
}