html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, em, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img, body, html {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

a:link, a:visited, a:active, a:hover {
    color: blue;
}

a:active, a:focus {/*disables focus*/
     outline: none;
     -moz-outline-style: none;
     ie-dummy: expression(this.hideFocus=true);
}

button::-moz-focus-inner {/*disables focus in FF*/
    border: none;
}

button {/*fix for ridiculous button padding and focus in IE*/
    padding: 0 .25em;
    width: auto;
    overflow: visible;
    ie-dummy: expression(this.hideFocus=true);
}


