.reset-style {
    hr {
        color: gray;
        border-width: 1px;
        border-style: inset;
        margin-block: 0.5em;
        margin-inline: auto;
        overflow: hidden;
        display: block;
    }
    a:link {
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }
    a:visited {
        color: lightblue;
        text-decoration: underline;
        cursor: pointer;
    }
    a:link:active {
        color: darkblue;
    }
    a:visited:active {
        color: blue;
    }

    img[usemap], object[usemap] {
        color: blue;
    }
    p, dl {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
    }

    dd {
        display: block;
        margin-inline-start: 40px;
    }

    blockquote, figure {
        display: block;
        margin-block: 1em;
        margin-inline: 40px;
    }

    h1 {
        display: block;
        font-size: 2em;
        font-weight: bold;
        margin-block: .67em;
    }

    h2 {
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        margin-block: .83em;
    }

    h3 {
        display: block;
        font-size: 1.17em;
        font-weight: bold;
        margin-block: 1em;
    }

    h4 {
        display: block;
        font-size: 1.00em;
        font-weight: bold;
        margin-block: 1.33em;
    }

    h5 {
        display: block;
        font-size: 0.83em;
        font-weight: bold;
        margin-block: 1.67em;
    }

    h6 {
        display: block;
        font-size: 0.67em;
        font-weight: bold;
        margin-block: 2.33em;
    }
    b, strong {
        font-weight: bolder;
    }

    i, cite, em, var, dfn {
        font-style: italic;
    }

    tt, code, kbd, samp {
        font-family: -moz-fixed;
    }

    u, ins {
        text-decoration: underline;
    }

    s, strike, del {
        text-decoration: line-through;
    }

    big {
        font-size: larger;
    }

    small {
        font-size: smaller;
    }

    sub {
        vertical-align: sub;
        font-size: smaller;
    }

    sup {
        vertical-align: super;
        font-size: smaller;
    }

    nobr {
        white-space: nowrap;
    }

    mark {
        background: Mark;
        color: MarkText;
    }
    ul, menu, dir {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        padding-inline-start: 40px;
    }

    ul, ol, menu {
        counter-reset: list-item;
    }

    ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        padding-inline-start: 40px;
    }

    li {
        display: list-item;
        text-align: match-parent;
    }
}