article#manchester-visit
{

    & :where(a:link, a:visited)
    {
        color: inherit;
        text-decoration-color: #f96767;
    }

    & :where(a:link:hover, a:visited:hover)
    {
        text-decoration-color: #f88989;
    }

    & :where(a:link:active, a:visited:active)
    {
        text-decoration-color: #d15353;
    }


    & :where(h1, h2, h3, h4, h5, h6)
    {
        /*
        color: #301d53;
        text-decoration-line: underline;
        text-decoration-color: #f96767;
        text-decoration-style: solid;
        text-decoration-thickness: 0.1em; 
        */
    }
}