
@import "index-common.css";

a.external {
  padding-right: 9px;
	background-image: url(external-link.gif);
	background-repeat: no-repeat;
	background-position: top right;
/*	display: inline-block;   /* other browser display correctly the image at the end of the link */
}

a.external:hover {
  background: rgb(218, 193, 153); 
	background-image: url(external-link.gif); 
	background-repeat: no-repeat;
	background-position: top right;
}

