a.pdf { /*The background image*/
	background: url(../ima/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}

a.txt { /*The background image*/
	background: url(../ima/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.doc { /*The background image*/
	background: url(../ima/doc.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.zip { /*The background image*/
	background: url(../ima/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.email {
	background: url(../ima/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	background: url(../ima/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}