.external { 
    padding-right: 16px; 
    background: url(img/Icon_External_Link.png) center right no-repeat; 
}
.ftp {
	padding-right: 16px;
	background: url(img/Icon_External_Link_FTP.png) center right no-repeat;
}
.mailto {
	padding-right: 20px;
	background: url(img/Icon_External_Link_E-Mail.png) center right no-repeat;
}
.https {
	padding-right: 16px;
	background: url(img/Icon_External_Link_HTTPS.png) center right no-repeat;
}
.irc {
	padding-right: 18px;
	background: url(img/Icon_External_Link_IRC.png) center right no-repeat;
}
.pdf {
	padding-right: 16px;
	background: url(img/Icon_External_Link_PDF.png) center right no-repeat;
}
.mp3 {
	padding-right: 16px;
	background: url(img/Icon_External_Link_MP3.png) center right no-repeat;
}
.newsgroup {
	padding-right: 20px;
	background: url(img/Icon_External_Link_Newsgroups.png) center right no-repeat;
}
