#footer {
      background-color: #000;
      color: #4c4c4c;
}

#footer p {
      color: #4c4c4c;
}

#footer a:link, #footer a:visited {
      color: #4c4c4c;
      text-decoration: underline;
}

#footer a:hover, #footer a:active {
      color: #4c4c4c;
      text-decoration: none;
}