Originally Posted by Rick
I do see that the color has been set to #000088; for the forum title, but not the special link properties. There are 4 boxes that you'll want to fill in when you click the special link properties:

Unvisited Link
Visited Link
Active Link
Hover Link

Ok I made them all blue --- color: #000088;

But now the Forum Description is blue also


So I went to .forumdescrip and made it black

It still looks blue



It looks like a very dark blue


Something is wrong


I have the old CSS file of this archived site

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


That blue there, of the Forum Titles and Subject Titles, is this blue: color: #000088;


Here is the Old CSS File of that archived site:

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;
}


Line 10 there is the blue for the Forum Titles and Subject Titles


Code
A:HOVER { 
  color: #000088; 
  background: #F4EAC6;


http://www.colourlovers.com/color/000088/000088_Blue_Shift