1
           
            
                
     
    
    If you look at the forums in my clans site, 
http://ver1.soldiersinchains.clanservers.com/modules/newbb/index.phpthe main color for site wide links is grey. MAking the links to each forum the same color.
Well, when you go into a specific forum, it's hard to read the colors of each post. I tried to change the colors in the css file for the forums to black, but it doesn't sem to have helped.
where would i put the code in the css file to make only links in the forums black? 
here is the css code i have for my site...
 body {color: #999999; background-color: #000000; margin: 0; padding: 0;} 
html { scrollbar-face-color: #666666; scrollbar-highlight-color: #323232; scrollbar-shadow-color: #081621; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000040; scrollbar-track-color: #575757; scrollbar-darkshadow-color: #000000;} 
 
 
 
table {width: 100%; margin: 0; padding: 0; font-size: small} 
table td { padding: 0; border-width: 0; font-family: Tahoma, Verdana, sans-serif; font-size: 11px;} 
 
a {color: #999999; text-decoration: none; font-weight: bold; background-color: transparent;} 
a:hover {color: #666666;} 
.odd A:link {color: #000000} 
.odd A:active {color: #000000} 
.even A:link {color: #000000} 
.even A:active {color: #000000} 
.outer A:link {color: #999999} 
.head A:link {color: #999999} 
fieldset {border-color: #424242;} 
 
h1 {} 
h2 {} 
h3 {} 
h4 {} 
h5 {} 
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;} 
li { margin-left: 2px; list-style: square inside; color: #525252} 
 
 
.item          {border:2px solid; border-color:#999999; font-size:1em;} 
.itemHead      {;padding: 3px; background-color: #191919; color: #FFFFFF;border:1px solid; border-color: #999999;} 
.itemInfo      {text-align: right; padding: 3px; background-color: #666666;border:1px solid; border-color: #999999;} 
.itemTitle a   {font-size: 115%; font-weight: bold; font-variant: small-caps; color: #666666; background-color: transparent;} 
.itemPoster    {font-size: 90%; font-style:italic; color:#999999;} 
.itemPostDate  {font-size: 90%; font-style:italic; color:#999999;} 
.itemStats     {font-size: 90%; font-style:italic; color:#999999;} 
.itemBody      {padding-left: 5px;border:1px solid; border-color:#666666;} 
.itemText      {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;} 
.itemText:first-letter {font-size: 120%; font-weight: bold;} 
.itemFoot      {text-align: right; padding: 3px; background-color: #191919} 
.itemAdminLink {font-size: 90%;} 
.itemPermaLink {font-size: 90%; font-style:italic;} 
 
th {color: #999999; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;} 
 
td#headerbanner {width: 100%; background-color: #000000; vertical-align: left; text-align:center;} 
td#headerbar {border-bottom: 1px solid #dddddd; } 
 
 
 
td#leftcolumn {width: 170px; font-size:10px;} 
td#leftcolumn th {color: #999999; } 
td#leftcolumn div.blockTitle {padding: 3px; color: #999999; font-weight: bold; 
font-size: 12px;} 
td#leftcolumn div.blockContent {text-align: left; padding: 3px; line-height: 120%; line-height: 120%; 
font-size: 12px; color: #999999;} 
 
 
td#centercolumn {font-size: 12px;} 
 
td#centercolumn th {color: #999999; vertical-align: middle;} 
td#centerCcolumn {padding: 0px 3px 1px 3px;} 
td#centerCcolumn legend.blockTitle {padding: 3px; color: #999999; font-weight: bold; margin-top: 0px; margin-right: 0px;  margin-left: 0px;} 
td#centerCcolumn div.blockContent {padding: 3px; margin-right: 0px;  margin-left: 0px; margin-bottom: 2px; line-height: 120%; font-size: 12px; color: #999999;} 
 
td#centerLcolumn {width: 50%; padding: 0px 3px 0px 0px;} 
td#centerLcolumn legend.blockTitle {padding: 3px; color: #999999; font-weight: bold; margin-top: 0px;} 
td#centerLcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 120%; font-size: 12px; color: #999999;} 
 
td#centerRcolumn {width: 50%; padding: 0px 3px 0px 0px;} 
td#centerRcolumn legend.blockTitle {padding: 3px; color: #999999; font-weight: bold; margin-top: 0px;} 
td#centerRcolumn div.blockContent {padding: 3px; margin-left: 2px; margin-right: 3px; margin-bottom: 2px; line-height: 120%; font-size: 12px; color: #999999;} 
 
div#content {text-align: left; padding: 8px;} 
 
td#rightcolumn {width: 180px; font-size:12px; border-right:3px;} 
td#rightcolumn th {color: #999999; vertical-align: middle;} 
td#rightcolumn div.blockTitle {padding: 3px; color: #999999; font-weight: bold;} 
td#rightcolumn div.blockContent {padding: 3px; line-height: 120%; 
font-size: 12px; 
font-family: Tahoma, Verdana, sans-serif; color: #999999;} 
 
tr#footerbar {text-align:center; 
font-family: Tahoma, Verdana, sans-serif; 
font-size: 10px; 
color: #999999;} 
 
td#mainmenu a {display: block; margin: 0; padding: 4px; color:#999999;} 
td#mainmenu a:hover { color:#666666} 
td#mainmenu a.menuTop {font-size: 11px; padding-left: 3px;} 
td#mainmenu a.menuMain {font-size: 11px; padding-left: 3px;} 
td#mainmenu a.menuSub {font-size: 11px; padding-left: 3px; color: #999999;} 
td#usermenu a {font-size: 11px; display: block; margin: 0; padding: 4px; color:#999999;} 
td#usermenu a:hover {color:#666666;} 
td#usermenu a.menuTop {font-size: 11px;} 
td#usermenu a.highlight {} 
 
 
 
.outer {font-size: inherit; border: 1px solid silver; width: 100%; color: #000000;} 
.head {font-size: inherit; background-color: #222222; color: #FFFFFF; padding: 5px; font-weight: bold;} 
.even { 
    font-size: 12px; 
    background-color: #b0b0b0; 
    padding: 5px; 
    color: #000000; 
    text-decoration: none;  
     
     
} 
.odd { 
    font-size: 12px; 
    background-color: #E9E9E9; 
    padding: 5px; 
    color: #000000; 
    text-decoration: none; 
} 
.foot {font-size: inherit; background-color: #222222; padding: 5px; font-weight: bold;} 
tr.head td {font-size: inherit; background-color: #222222; color: #FFFFFF; padding: 5px; font-weight: bold;} 
tr.even td {font-size: 10px; background-color: #b0b0b0; padding: 5px;} 
tr.odd td {font-size: 10px; background-color: #E9E9E9; padding: 5px;} 
 
 
div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;} 
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;} 
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;} 
 
div.xoopsCode {background: #999999; border: 1px inset #424242; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;} 
div.xoopsQuote {background:: #666666; border: 1px inset #424242; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px; font-size: 10px;} 
 
 
.comTitle {font-weight: bold; margin-bottom: 2px; color:#000000;} 
.comText {padding: 2px; color:#000000;} 
.comUserStat {vertical-align: top; font-size: 10px; color: #999999; font-weight:bold; border: 1px solid #082941; margin: 2px; padding: 2px;} 
.comUserStatCaption {font-weight: normal;} 
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #999999; font-weight:bold; font-size: 10px;} 
.comUserRank {margin: 2px; color: #999999;} 
.comUserRankText {font-size: 10px;font-weight:bold; color: #999999;} 
.comUserRankImg {border: 0;} 
.comUserName {} 
.comUserImg {margin: 2px;} 
.comDate {font-weight: normal; font-style: italic; font-size: smaller} 
.comDateCaption {font-weight: bold; font-style: normal;}  
Thanks in advanced.