a.pdf { /*The background image*/
	background: url(icons/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 24px; /* To center the text vertically with the icon */
	padding: 24px;
	padding-right: 0px;
}

a.txt { /*The background image*/
	background: url(icons/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 24px;
	padding: 24px;
	padding-right: 0px;
}

a.zip { /*The background image*/
	background: url(icons/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 24px;
	padding: 24px;
	padding-right: 0px;
}

a.email {
	background: url(icons/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 24px;
	padding: 24px;
	padding-right: 0px;
}