html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, 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: '';
}

table
{
    width: 100%;
    text-align: left;
    font-size: 10pt;
    font-family: verdana;
    border-collapse: collapse;
}

table th
{
    padding: 5px 3px 5px 5px;
    border: 1px solid #d0d0d0;
    border-left-color: #eee;
    color: #00f;
    font-weight:bold;
}

table td
{
    padding: 5px 3px 5px 5px;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #ccc;
}

a
{
   text-decoration: none;
   color: Black;
}