I am writing an e-mail HTML template, and some e-mail clients do not support for specifying CSS. The only alternative for applying CSS is to use
You could use jsdom + jquery to apply $('a').css({color:'red'});