a.link-folder::before {
	content: "📁\20";
}
a.link-file::before {
	content: "📄\20";
}

a.link-text::before {
	content: "📃\20";
}

a.link-video::before {
	content: "📼\20";
}
a.link-image::before {
	content: "🖼\20\20";
}
a.link-audio::before {
	content: "🔊\20";
}

a.link-zip::before {
	content: "🗜\20\20";
}

a.link-pdf::before {
	content: "🄟\20\20";
}

a.link-doc::before {
	content: "Ⓓ\20\20";
}
a.link-ppt::before {
    content: "Ⓟ\20\20";
}
a.link-xls::before {
    content: "Ⓧ\20\20";
}

a.link-exe::before {
    content: "⒠\20\20";
}
