I have added the Latest News section to my homepage but am now having some issues with the font size.    I modified todays_news tpl so that the "message subject" is displayed rather than "message body".   
Now, when I view the page - the font size of the message subject is small, and in fact the same size as the "previous news" label.   Interestingly, when I view the homepage via Webmaster mode the font sizes are fine.  It's only when I look at the webpage normally that the fonts are an issue.   Can someone please point me in the right direction to fix this?
Thanks.
	Code:
	{* $Id: today_news.tpl,v 1.10 2004/05/31 06:25:32 max Exp $ *}
{if $news_message eq ""}
{$lng.txt_no_news_available}
{else}
{$news_message.send_date|date_format:$config.Appearance.date_format}
{$news_message.subject}
{if $usertype eq "C"}
{$lng.lbl_previous_news}
{/if}
{/if}
{if $usertype ne "C"}<HR size="1" noshade class="VertMenuHr">{/if}