this might help
Code:
ADD BELOW THIS CODES !
.tborder
{
background: #F0F2FA;
color: #000000;
border: 0px solid #989898;
}
.tcat
{
background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
color: #333333;
font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
color: #333333;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #333333;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FF4400;
text-decoration: underline;
}
.thead
{
background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
color: #333333;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
color: #333333;
}
.thead a:visited, .thead_avisited
{
color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FF4400;
}
.alt1, .alt1Active
{
background: #FBFBFD;
color: #000000;
}
.alt2, .alt2Active
{
background: #F0F2FA;
color: #000000;
}
CSS
this is what his code for usercp.css looks like you want to delete the parts in red before you add it the the bottom of the existing script, I think I did