/* footer.css */

#Footer {
  padding: 10px;
}

/* FooterLinks */

#Footer .FooterLinks {
  text-align: center;
  color: #5c2930;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: #5c2930;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
}

/* Copyright */
#Footer .Copyright {
  float: right;
  margin-top: 10px;
  color: black;
  font-size: 10px;
}