@charset "utf-8";
/* CSS Document */

#rss-items {
	list-style:none;
}

.rss-link LI a

{

display:block;

padding:0 20px;

background:url(/images/arrow_li.gif) no-repeat left;

}

with... arrow_li.gif being whatever graphic you might want to use.

.rss-link ul li a:link, .rss-link a:visited {

color:#999;

text-decoration: none;

font-size: 100%;

}

.rss-link ul li a:hover {

text-decoration: underline;

}

.frostnews {
	vertical-align:bottom;
	height: 80px;
}