This css code is for the menu at the top of my site. the text of the links is very light and hard to read . Can anyone tell me how to make the text look morer bold or brite. font: 75% Arial,sans-serif} text-align: center; ul#minitabs{list-style: none;margin: 0;padding: 7px 0; border-bottom: 1px solid #CCC;font-weight: bold; text-align: center;white-space: nowrap} ul#minitabs li{display: inline;margin: 0 2px} ul#minitabs a{text-decoration: none;padding: 0 0 3px; border-bottom: 4px solid #FFF;color: #999} ul#minitabs a#current{border-color: #F60;color: #06F} ul#minitabs a:hover{border-color: #F60;color: #666} } Thanks for any help.