﻿/*css reset */

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, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th {
    border: 0px none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0px;
    padding: 0px;
    vertical-align: baseline;
}
