html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    font-weight: normal;
}

fieldset, img {
    border: none;
}

img {
    display: block;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #14a0cf;
}