
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table,
td,
tr,
th,
thead,
tbody,
tfoot {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: inherit;
    font-family: inherit;
    text-align: inherit;
    vertical-align: inherit;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

a:active {
    color: inherit;
}
