I think I see the problem, in:
http://www.bonnevilleamerica.com/forums/stylesheets/stylesheet2.cssNotice that all the 'a' tag entries are missing the '#' in front of the color identifier.
.tdheader {
font-size: 10pt;
font-weight: bold;
color: #ffffff;
background: #cc0000;
border-top:1px solid #FFF;
}
.tdheader a:link {
font-size: 10pt;
font-weight: bold;
color: ffffff;
}
.tdheader a:active {
font-size: 10pt;
font-weight: bold;
color: ffffff;
}
.tdheader a:hover {
font-size: 10pt;
font-weight: bold;
color: eeeeee;
}
.tdheader a:visited {
font-size: 10pt;
font-weight: bold;
color: dddddd;
}