Those lines in my CSS look like this:
li#linkcat-1 h2{
padding: 0;
color: #FF9933;
font-size: 12px;
font-weight: bold;
}
li#linkcat-2 h2{
padding: 0;
color: #FF9933;
font-size: 12px;
font-weight: bold;
}
li#linkcat-3 h2{
padding: 0;
color: #FF9933;
font-size: 12px;
font-weight: bold;
}
They all appear to be the same, which is what was confussing to me about this problem. Also it appears that any new link categories I make appear screwed up as well. ?? Thanks for the quick response and your help by the way.