For anyone having trouble with the way that their subject lines are displaying, there's a CSS fix for this.
.subject a { color:#value; text-decoration:none; cursor:text; }
If your subject lines are showing the friends colors on your friends page, use this one instead:
.subject a { background:transparent !important; color:#value !important; text-
(
Read more... )