body { color: white; }

a:link { text-decoration:none; color:yellow; }
a:visited { text-decoration:none; color:yellow; }
a:hover { text-decoration:none; color:yellow; }
body { background-color:#5179B5; }

#toolbar {background-color:#385280;}
#toolbartop {background-image:url('toolbartopblue.gif'); background-repeat:no-repeat;}
#toolbarbot {background-image:url('toolbarbotblue.gif'); background-repeat:no-repeat;}
#toolbarleft {background-image:url('toolbarleftblue.gif'); background-repeat:no-repeat;}
#toolbarright {background-image:url('toolbarrightblue.gif'); background-repeat:no-repeat;}

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

#bottom a:visited {
color:yellow;
}

#bottom a:hover {
color:white;
}