/*
	@homepage http://userstyles.org/styles/958
	@updateurl http://userstyles.org/styles/iecss/958/PDF%20%2F%20mailto%20Icon.css
*/
@namespace url(http://www.w3.org/1999/xhtml);

a[target="_blank"] {cursor: alias !important;}
a[href$=".pdf"]:after {content: url("moz-icon://.pdf?size=16");}
a[href^="mailto"]:after {content: url("http://mail.google.com/favicon.ico");}
