/* footer.css */

#Footer {
  padding: 10px;
  text-align: center;
}

/* FooterLinks */

#Footer .FooterLinks {
  color: white;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */
#Footer .Copyright {
  margin-top: 5px;
  color: #f1f1f1;
  font-size: 11px;
}

#Footer .Copyright a {
  color: white;
  text-decoration: none;
}