Why is style=3D"color: white" being applied to unsubscribed hyperlinke?

Where the style=3D"color: white" that are applied to either unsubscribe link or view web page version link coming from?

I want to style the hyperlinks but the style=3D"color: white" is applied to the href links and I can’t override it with my own style.

I stripped everything out of my MJML design leaving only the head body section and links etc

    <mj-text align="center" font-family="Palatino Linotype, Book Antiqua, Palatino, serif" font-size="12px" padding="10px 25px 20px 25px">
          <u style="color: #000000;">{webview_text}</u><br /><br /><br /><u style="color: #000000;">{unsubscribe_text}</u>
        </mj-text>

The white style still get applied to the hyperlink so either Mautic is applying the unwanted style or it coming from elsewhere because I that style in the template anywhere …

Here the email source

<tabl=
e border=3D"0" cellpadding=3D"0" cellspacing=3D"0" role=3D"presentation" style=3D"vert=
ical-align:top;" width=3D"100%"><tbody><tr><td align=3D"center" style=3D"font-size=
:0px;padding:10px 25px 20px 25px;word-break:break-word;"><div style=3D"font-fa=
mily:Palatino Linotype, Book Antiqua, Palatino, serif;font-size:12px;line-he=
ight:1;text-align:center;color:#000000;"><u style=3D"color: #000000;"><a href=3D=
"https://mas.agwm.org/email/view/624f3605d9646" style=3D"color: white">Click t=
o view on web or to print</a></u><br><br><br><u style=3D"color: #000000;"><a h=
ref=3D"https://mas.agwm.org/email/unsubscribe/624f3605d9646" style=3D"color: whi=
**te**">Unsubscribe</a></u></div></td></tr></tbody></table></div><!--[if mso | I=
E]></td></tr></table><![endif]--></td></tr></tbody></table>

You can see in source that style=3D"color: white get applied from somewhere …