/*
	@homepage http://userstyles.org/styles/5351
	@updateurl http://userstyles.org/styles/iecss/5351/Link%3A%20Visited%20hyperlinks%20with%20opacity%20effect..css
*/
@namespace url(http://www.w3.org/1999/xhtml);


a[href]:visited
{ 
 opacity:0.5 !important;
}
a[href]:visited:hover
{ 
 opacity:1.0 !important;
}
