figured that one out – had to add
a img {
border: 0;
text-decoration: none;
}
although all other css had border:none or border: 0.
Thank you, hopefully I made the changes to make that work.
Any ideas about the @ff/black box duo?
Fixed the font-resizing problem (I hope) by adding a different style definition for media screens with max-width of 800px.
Is 800px a good number to use to distinguish between a phone screen and a larger media/computer screen?