<style type="text/css">
<!--
.newsdescrip {
font: 7pt arial, sans-serif;
background: transparent;
}
-->
</style>
And here's how it makes the newsfeed look (this affects the FirearmNews.com description at the end of the news feed):Note that you can change the font size by changing the following line in the CSS code:
font: 9pt arial, sans-serif;Likewise, you can also change the other variables, such as font-weight, background color, etc.