.blog-rss-rss1, .blog-rss-rss2, .blog-rss-atom {
	background-repeat: no-repeat;
	display: block;
}
.blog-rss-rss1{
	background-image: url(images/rss1.gif); 
	width:80px; 
	height:15px; 
}
.blog-rss-rss2{
	background-image: url(images/rss2.gif); 
	width:80px; 
	height:15px; 
}
.blog-rss-atom{
	background-image: url(images/atom.gif); 
	width:80px; 
	height:15px; 
}
