a.icon_link {
    padding-left: 19px;
    padding-bottom: 1px;
    background-position: top left;
    background-repeat: no-repeat;
    height: 1%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #3C5687;
    text-decoration: none;
    font-size: small;
}
a.icon_link:hover {
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    height: 1%;
    color:black;
}
a.link {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #3C5687;
    text-decoration: none;
    font-size: small;
}
a.link:hover {
    color:black;
}

