/*Синие ссылки с подчеркиванием*/
.link_underline a {
    border-bottom: 1px dotted #6cbe52 !important;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.link_underline a:hover {
    color: #7abd65 !important;
    border-bottom: 1px dotted #7abd65 !important;
}

/*Любые ссылки в синий цвет*/
.link_color a {
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.link_color a:hover {
    color: #6cbe52 !important;
}

::marker {
    color: #6cbe52;
}