#links_table
{
  text-align: center;
  width: 860px;
}

#links_table td
{
  width: 10%;
  background-image: url('links.png');
  background-repeat: no-repeat;
  padding-top: 0px;
  font-family: arial;
  padding-bottom: 0px;
}

#links_table td a, #links_table td a:active, #links_table td a:visited 
{
  text-decoration: none;
  color: #37618b;
}

#links_table td a:hover
{
  color: #000fff;
  font-weight: bold;
}
