I can't figure out what I'm doing incorrectly... I included some CSS code
a:active {text-decoration: none; border: 0px solid black}
a:link {text-decoration: none; border: 0px solid black}
a:visited {text-decoration: none; border: 0px solid black}
a:hover {text-decoration: none; border: 0px solid black}
However, it's not working in IE... I keep seeing this error:
The one at the bottom is from IE.