Currently, I am encountering difficulties with font colors in Internet Explorer. Despite specifying a color in my CSS, IE seems to be disregarding it.
The color is defined here:
.entry-info a {
color: #663399;
cursor: pointer;
}
This issue seems to affect all versions of IE, making the usual fixes for IE6/7/8 ineffective.