/* footer.css */

#Footer {
  color: #4D4D4D;
  background: transparent;
  line-height: 30px;
  margin: auto;
  width: 860px;
  font-size: 12px;  
}

#Footer a {
  color: #4D4D4D;
  font-size: 12px;
  text-decoration: none;
  padding: 2px;  
}

.copyright {
  margin: 5px auto;
  text-align: center;
  font-size: 10px;
  color: #595959;
}

.copyright a {
  color: #595959;
  text-decoration: none;
}
