It's probably because you've got your:
Set to a bigger font than:
.thead {
background: #EEE;
color: #FFF;
font-size: 10pt;
}
Set to a bigger font than:
.thead a:link {
color: #FFF;
text-decoration: none;
}
.thead a:visited {
color: #FFF;
text-decoration: none;
}
.thead a:hover, .thead a:active {
color: #EEE;
text-decoration: underline;
}