a { 
	background: inherit; /* FF correction for double underline (sometimes) */
	} 
a u { 
	background: url(images/outlink.png) no-repeat 100% 50%;
	padding: 0 13px 0 0;	/* width of the img */
	display: inline-block;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
	}
a:visited u { 
	background-image: url(images/outlink.png);
	}
a:hover u {
	background-image: url(images/outlink.png);
	text-decoration: none; /* avoiding the "u" working for the last word! :-) */ 
	}