footer { 
  font: 100% arial, sans-serif;
  padding: 20px 0 5px 0;
  text-align: center; 
  background: #0c5460;
  color: #FFF;
  margin: 0 0 0 0;
  border-top: 5px solid #e2214b;
}

footer p {
  line-height: 2em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #FFF !important;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF ;
  text-decoration: underline;
}