
footer td {
  padding: 0px;
  background-color: silver;
  height: 60px;
}
footer td span {
  font-family: Arial;
  background-color: rgb(255, 0, 0);
  font-size: 20px;
}
footer p {
  font-family: Arial;
  font-size: 12px;
}
footer img {
  border: 2px solid;
  margin-left: auto;
  margin-right: auto;
  height:44px;
  width: 44px;
}
footer a {
  color: white;
  font-size: 13px;
  font-weight: bold;  
}
footer a:visited {
  color: yellow;
}


