Hi Thomas,
after some unsuccessfull attempts with css styling, I started googling and learned that the ASP .NET calendar web server control has some styling bugs. It looks like it overrides the foreground text color. In the meanwhile we find a better solution you can use a workaround. Modify the Archive.ascx file adding:
<asp:calendar ... DayStyle-ForeColor="#YOUR_COLOR_HERE" ... > ... </asp:calendar>
Let me know if you need further help.
Best regards,
Dario Rossa