Well, I tried those, and it didn't fix much...
The title area also used to be green as well. Here's the coding I used:
#uinfo{
font: 8pt/10pt "Andy";
font-weight: 900;
background-color: #fefefe;
}
a.btpulink{
background-color: #fefefe !important;
font: 8pt/10pt "Comic Sans MS" !important;
font-weight: bold;
}
a.btpulink span{
background-color: #fefefe !important;
font: 8pt/10pt "Comic Sans MS" !important;
font-weight: bold;
}
It doesn't matter whether the importants are there are not. Also, here's something that I found that affected it (once again, !important doesn't matter):
table.forum, td{
background-color: #f4fff8;
}
Taking that out will change the ulink back to the default colors (blue and white)...
Your Comments: