a[href ^='http://'] {
	padding-right: 0px;
    background: none;
}

a[target="blank"] {
	padding-right: 0px;
    background: none;
}*/
a[href$='.pdf'] { 
	padding-right: 0px;
	background: none;
}


/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 0px;
	background: none;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 0px;
	background: none;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 0px;
	background: none;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 0px;
    background: none;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 0px;
    background: none;
}

a[href$='.doc'] { 
	padding-right: 0px;
	background: none;
}
a[href$='.xls'] { 
	padding-right: 0px;
	background: none;
}
a[rel ~='external'] {
	padding-right: 0px;
	background: none;
}
