html, body, iframe,
div, hr, img, li, ol, ul,
button, fieldset, form, input, label, legend, option, opgroup, select, textarea,
p, a, h1, h2, h3, h4, h5, h6,
table, tbody, td, tfoot, th, thead, tr {
    background: transparent;
    border: none;
    color: #000000;
    font-family: Lucida-Grande, Verdana, Arial, Sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    outline: none;
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    border-spacing: 0px;
}

html, body, iframe,
div, hr, img,
button, fieldset, form, input, label, legend, option, opgroup, select, textarea,
table, tbody, td, tfoot, th, thead, tr {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: 100%;
}

a:hover {
    text-decoration: underline;
}