/* footer.css */ 

#Footer {
  width: 926px;
  height: 25px;
  line-height: 25px; 
  text-align: center;
  margin-top: 3px;
  color: #D3E7F6;
}

#Footer a {
  color: #D3E7F6;
  font-size: 14px;
  text-decoration: none;
  padding: 0 10px;   
}

.CopyrightCell {
  text-align: center;
  color: #D3E7F6;
  font-size: 11px;
  padding: 5px 1px;
  width: 925px;
  margin: auto;
}

.CopyrightCell a {
  color: #D3E7F6;
  text-decoration: none;
}