/* Ensure the link is always blue */
.body-font .link {
    color: #0000FF  !important; /* Blue color */
    text-decoration: none; /* Remove underline if desired */
}

/* Change color on hover if needed */
.body-font .link:hover {
    color: #0000CC !important; /* Darker blue on hover */
}