
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, dfn, em, font, img, q, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul ,li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, td, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    color: black;
    background: white;
}

em {
    font-style: normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}



