html, body, div, form, fieldset, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, hr {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
:focus {
    outline: none;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
address, caption, cite, code, th, var {
    font-weight: normal;
    font-style: normal;
}
input, textarea, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1em;
}
.cl { clear: both; }

