Dude, in the css, use:
img{border:0;}
OR
In the HTML, on the image tag, use <img border="0" src="..." alt="..." />
The first method if preferable, but it might need to be a:link, a:visited, and a:active. Not sure if img will work, but I'm 99% sure it does. You can also use the a:link, a:vistited, etc method to change the colors of the links.
Out of fun: I used a javascript debugger and made everyone an apple. What a nice way to win!