.harta-site {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    list-style-type: disc;
    color: #275aa8;
}

    .harta-site li a {
        font-family: 'Trebuchet MS';
        font-size: 20px;
        list-style-type: disc;
        color: #000000;
        text-decoration: none;
    }

        .harta-site li a:hover {
            font-family: 'Trebuchet MS';
            font-size: 20px;
            list-style-type: disc;
            color: #275aa8;
            text-decoration: underline;
        }

        .harta-site li a.no-link:hover {
            font-family: 'Trebuchet MS';
            font-size: 20px;
            list-style-type: disc;
            color: #000000;
            text-decoration: none;
            cursor: default;
        }

    .harta-site li li {
        font-family: 'Trebuchet MS';
        font-size: 20px;
        list-style-type: disc;
        color: #275aa8;
        text-decoration: none;
    }

    .harta-site li li li {
        font-family: 'Trebuchet MS';
        font-size: 20px;
        list-style-type: disc;
        color: #275aa8;
        text-decoration: none;
    }
