I don’t know why I keep trying. As Homer Simpson once observed, “trying is the first step towards failure.” I think he was onto something.
I had a stylesheet that I liked and almost worked with Explorer. Almost. There are three nagging problems, though.
The first is with linked images. I’ve defined the default link color as a pleasant green to match the site layout:
a:link {
color: #5e882c;
text-decoration: none;
}