a img {
 background-color: inherit;
 color: white;              /* trick to hide the border in Netscape 4 */
}
@media all {                /* hide from Netscape 4 */
 a img {
  background-color: inherit;
  border: none;             /* no border on img links */
  color: inherit;           /* undo the color change above */
 }
}

