Thank you!
in the twoColHybRt.css file, you have the following:.twoColHybRt #mainContent img {
background-color: #FCFAE1;
text-decoration: none;
}
the background-color is causing the issue change that to:
.twoColHybRt #mainContent img {
//background-color: #FCFAE1;
text-decoration: none;
}

That's terrific support! THANK YOU! Never occurred to me that there was a relationship between the two.


