* {
    margin: 0;
    padding: 0;
}

* {
    line-height: 1.2em;
    font-size: 10pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

hr {
    display: none;
}

address {
    font-style: normal;
}

a img {
    border: none;
}

abbr {
    border-bottom: none;
}