here's the link:
http://www.vcharvesters.org/index3.php
The code for the problematic sections, and the css for them is below
<td width="393" height="75" align="center" valign="bottom"
class="paragraph_dark">Can't see video? <a
href="http://www.apple.com/quicktime/download/" class="paragraph_link">Click
here</a> to download Quicktime player for free</td>
{
echo '<a class="RSSfeed_link" target=_new
href="'.$item['link'].'">'.$item['title'].'</a> - <a
class="paragraph_dark">'.$item['description'].'<br><br>';
}
CSS
.paragraph_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}
.paragraph_link:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFF99;
text-decoration: none;
}
.RSSfeed_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.RSSfeed_link:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #330000;
text-decoration: none;
}