OK, your tdheader background color is #333366, which is very similar to your link colors, which are: <br /> <br />A:link { <br /> color : #333366; <br /> text-decoration : none; <br /> background-color : transparent; <br />} <br />A:visited { <br /> color : #000033; <br /> text-decoration : none; <br /> background-color : transparent; <br />} <br />A:active { <br /> color : #000033; <br /> text-decoration : none; <br /> background-color : transparent; <br />} <br />A:hover { <br /> color : #800000; <br /> text-decoration : underline; <br /> background-color : transparent; <br />} <br /> <br />You need to consider lightening up your tdheader background color or using something that contrasts well (not another blue), but still looks good with the rest of your site.