Originally Posted by Rick
You're close. You still have the main forumtitle set to blue as well:

background: #F4EAD7;
color: #000088;
padding: 2px;
padding-left: 4px;
padding-right: 4px;


You need to change the color back to #000000;

The way it is now it's applying that blue color to everything in the table cell.


Ok it worked. What you said


Can you tell from this old css file, which font type is being used for the Forum Title and Forum Description?

This old css file is for this archived site:

http://web.archive.org/web/20040401115203/www.libertyforum.org/wwwthreads.php?Cat=


Code
A:link, A:visited, A:active, A:hover { 
}
A:link  { 
}
A:visited { 
}
A:active {
}
A:HOVER { 
  color: #000088; 
  background: #F4EAC6;
}
.onbody{
}
.onbody A:LINK {
}
.onbody A:VISITED {
}
.onbody A:ACTIVE {
}
BODY,P,TABLE,TD,TR {   
  font-size:   10pt;
  font-family: verdana,arial,sans-serif;
}
BODY {
  background: #FFFFEE;
}
PRE {
  font-size:   9pt;
  font-family: courier;
}
BIG {
  font-size: 11pt;
}
.header {
  font-size:   8pt;
  font-family: helvetica,arial;
  color: white
}
.tableborders {
  background: #a5a6c9;
}
.tdheader {
  font-size:   10pt;
  font-weight: bold;
  background:  #b6b7da;
  font-family: verdana,arial,sans-serif;
}
.menubar{
  background: #FFCC00;
}
.navigation{
  background: #b6b7da;
  font-size:   8pt;
  font-family: helvetica,arial;
}
.post {
}
.new {
  font-size: 8pt;
  color: red;
}
.catandforum {
  font-size: 8pt;
}
.posttime {
  font-size: 8pt;
  font-style: oblique;
  text-align: center;
  background: #FFFFEE;
}
.threadtotal {
  font-size: 8pt;
  background: #FFFFEE;
}
.posttotal {
  background: #F4EAD7;
  font-size: 8pt;
}
.small {
  font-size:   8pt;
  font-family: helvetica,arial;
}
.standouttext {
  color: blue;
}
.pollcolor {
  background: blue;
}
.welcome {
  font-family: Times new roman;
}
.forumtitle {
}
.forumdescript {
  font-size: 8pt;
}
.lighttable {
  background: #FFFFEE;
}
.darktable {
  background: #F4EAD7;
}
.cleartable {
  background: #FFFFEE;
}
.alternatetable {
  background: #FFFFEE;
}
.subjecttable {
  background: #f4ead7;
}
.footertable {
  background: #F4EAD7;
}
.formboxes{
  font-family: geneva, arial, sans-serif;
  background-color: #F4EaD7;
  font-size: 10pt;
}
.buttons {
  font-family: geneva, arial, sans-serif;
  background-color: #F4EaD7;
  font-size: 8pt;
}
.artheader {
  font-family: courier;
  background-color: #F4EaD7;
  font-size: 10pt;
}


?