/*
	@homepage http://userstyles.org/styles/6216
	@updateurl http://userstyles.org/styles/iecss/6216/Highlight%20Nofollow%20Links%20and%20Images.css
*/
a[rel*="nofollow"],
a[rel="nofollow"],
a[rel="external nofollow"] {  
  background-color: pink !important;  
  color: black !important;  
  font-weight: normal !important;  
  text-decoration: underline !important;  
}

a[rel*="nofollow"] img,
a[rel="nofollow"] img {  
  border-bottom: 3px solid pink !important;  
}
