<style type="text/css">
<!--
.newsitem_link {
font: 7pt arial, sans-serif;
background: transparent;
color: purple;
}
-->
</style>
And here's how it makes the newsfeed look (this affects the news links within the newsfeed):Note that you can change the newslink color by changing the following line in the CSS code:
color: purple;This won't affect the colors of other links on your page. Likewise, you can also change the other variables, such as font-weight, background color, etc.