body { color: white; }

a:link { color:yellow; }
a:visited { color:yellow; }
a:hover { color:yellow; }
body { background-color:black; }

#toolbar {background-color:#6C6C6C;}
#toolbartop {background-image:url('toolbartopbl.gif'); background-repeat:no-repeat;}
#toolbarbot {background-image:url('toolbarbotbl.gif'); background-repeat:no-repeat;}
#toolbarleft {background-image:url('toolbarleftbl.gif'); background-repeat:no-repeat;}
#toolbarright {background-image:url('toolbarrightbl.gif'); background-repeat:no-repeat;}

#invisible a:link {
  color:black;
  }
#invisible a:visited {
  color:black;
  }
  
#bottom a {
color:yellow;
}

#bottom a:visited {
color:yellow;
}

#bottom a:hover {
color:#bab7b7;
}