It appears you have the color set to be the same color as the background.
You COULD add this to your additional.css template:
Code:
dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time {
color: #000000;
}
--------------- Added 15 Jul 2011 at 21:51 ---------------
Same with this one
Code:
.userprof_content {
color: #000000;
}