a.no_link_format_selected_main {
    color: inherit;
    font-weight:bold;
    text-decoration:none;
}

a.no_link_format {
    color: inherit;
    text-decoration: none;
}

a.no_link_format_selected {
    color: inherit;
    text-decoration: underline;
}

a.in_content_internal_link {
    color: #75ca2a;
    text-decoration: underline;
}

a.in_content_internal_link:hover {
    color: #447618;
    text-decoration: none;
}

a.in_content_external_link:after {
    content: '\2934';
    vertical-align: text-top;
    line-height: 0.5;
}