a.pdf { /*The background image*/	background: url(immagini/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(immagini/txt.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.zip { /*The background image*/	background: url(immagini/zip.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.email {	background: url(immagini/email.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.external {	background: url(immagini/ext_link.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.doc {	background: url(immagini/doc.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.ppt {	background: url(immagini/ppt.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.xls {	background: url(immagini/xls.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.code {	background: url(immagini/code.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.exe {	background: url(immagini/exe.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.img {	background: url(immagini/img.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}a.wav {	background: url(immagini/wav.png) no-repeat left center;	padding-left: 20px;	line-height: 16px;}
