here is my css
#wp-calendar {border:1px solid #777;width:100%; text-align:center; border-top:none}
#wp-calendar th {text-align:center;}
#wp-calendar tr td {}
#wp-calendar caption {text-align:center; background:#333; border:1px solid #777; border-bottom:none; font-size:13px}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {border:1px solid white;}
#wp-calendar #next {border:1px solid white;}
#wp-calendar #next a {color:#777}
#wp-calendar #prev a {color:#777}
I have a white border around the 2 spots for the links, and the border shows, but the physical words do not appear. I am only using the default calendar widget. Any clue?