Hi,
previous code was correct but your Map Module is in the footer and your template apply White color for all link by using ID (rt-footer) selector. ID selector is stronger than Class selector
something like this should works:
#rt-footer .jsn-l-map .jsn-l-title a{color:#e2001a}