a {
    color: #2D47A3; /* Deine neue Linkfarbe */
    text-decoration: underline; /* Entfernt die Unterstreichung */
}
a:hover {
    color: #EBA83C; /* Farbe beim Überfahren mit der Maus */
    text-decoration: underline; /* Unterstreichung wieder hinzufügen */
}