Forwarding email changes style

B

Brian

I'm trying to set up an automated email to send from a web application I
develop. But when I try to forward the email (which is likely to happen),
the styles get changed around and it looks ugly. I have a set of links in a
horizontal bar near the top of the email done through a unordered list with a
style of "list-style:none", which gets dropped during the forward so they end
up arranged vertically with the dot next to each. More confusingly, I have
two normal links near the top of the email. One of which keeps the hover
color and the other loses the hover color, even though there is no difference
in them aside from the href and link text. Could anyone explain to me why
the styles are getting muddled, how to prevent it or what I can count on NOT
getting altered?
 
Top