/* Global reset (begin) */
    *
    {
        font-size: 100%;

        margin: 0;
    }


    h1, h2, h3, h4, h5, h6
    {
        font-weight: normal;

        padding: 0;
    }

    table, th, td
    {
        padding: 0;

        text-align: left;
        vertical-align: top;

        border-collapse: collapse;
    }

    ol, ul, li
    {
        padding: 0;

        list-style: none;
    }

    img, fieldset
    {
        border: 0;
    }

    b
    {
        font-weight: normal;
    }

    i
    {
        font-style: normal;
    }
/* Global reset (end) */