@CHARSET "UTF-8";

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

a {
    text-decoration: none;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 1px;
}

body {
    line-height: 1.2;
    color: black;
    background: white;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}

hr {
    visibility: hidden;
    clear: both;
}

img {
    border: 0;
}

ol, ul {
    list-style: none;
}

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

tr {
    font-size: 100%;
}

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

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

blockquote, q {
    quotes: "" "";
}

div#content ul {
    list-style: disc;
}

div#content ol {
    list-style: decimal;
}

div#content ul,
div#content ol {
    padding-left: 40px;
}

div#content p,
div#content ul,
div#content ol,
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6,
div#content table {
    margin-bottom: 1em;
}

div#content strong,
div#content em {
    font-weight: bold;
}

div#content a {
    color: inherit; 
}