I’ve temporarily restyled this weblog with colorful link text, as many people don’t realize that I’m linking to things.
The CSS is
a:link { color: #c00 } /* unvisited links */ a:visited { color: #0c0 } /* visited links */ a:hover { color: #00c } /* user hovers */ a:active { color: #ccc } /* active links */
I’m sure it could be better or different; indeed, that style didn’t last long before I went to more typical blue for link text and purple for visited links.