/* Here's the slickest approach I've seen. You may wish to choose better colors however */ body { background-color: silver; } a { text-decoration: underline } a:link { text-decoration: underline } a:visited { text-decoration: underline } a:hover { color: green; background-color: white; font-style: italic; text-decoration: none}