I think this is the issue in the Style Sheet:
a:link, body_alink
{
color: #29166F;
text-decoration: underline;
}
a:visited, body_avisited
{
color: #29166F;
text-decoration: underline;
}
those should be "none"
a:link, body_alink
{
color: #29166F;
text-decoration: underline;
}
a:visited, body_avisited
{
color: #29166F;
text-decoration: underline;
}
those should be "none"