A stock stylesheet has

a img {border: none; }

right below the body declaration. You don't have "a img" declared anywhere.
Adding this will fix that problem (tested on your site).