/* Standard-Stil für alle Links im Content-Bereich */
.entry-content a, 
.wpb_text_column a, 
.blog-content a, 
.page-content a {
    color: #0073e6; /* Oder Wunschfarbe */
    text-decoration: underline;
}