.rss {
	padding: 1px 0 1px 16px;
	list-style-type: none;
	background: url(icon/rss.png) left center no-repeat;
}

.rss a {
	line-height: 16px;
}

.atom {
	padding: 1px 0 1px 16px;
	list-style-type: none;
	background: url(icon/atom.png) left center no-repeat;
}

.atom a {
	line-height: 16px;
}

.rdf {
	padding: 1px 0 1px 16px;
	list-style-type: none;
	background: url(icon/rdf.png) left center no-repeat;
}

.rdf a {
	line-height: 16px;
}

.help {
	padding: 1px 0 1px 20px;
	list-style-type: none;
	background: url(icon/help.png) left center no-repeat;
}

