.container-header {
  background-color: white;
  background-image: none;
}

.container-footer {
  background-color: #cae7ff;
  background-image: none;
}

hr.blue {
  border: 2px solid #0000ff;
  width: 100%;
  height: 0px
}

p.MyFooter {
  font-size: 50%:
  color: white;
}

h1 {
  font-size: 160%;
  font-weight: normal;
  color: #0000ff;
}
  
h2 {
  font-size: 140%;
  font-weight: normal;
  color: #0000ff;
}
  
h3 {
  font-size: 120%;
  font-weight: normal;
  color: #0000ff;
}
  
h4 {
  font-size: 110%;
  font-weight: normal;
  color: #0000ff;
}

h5 {
  font-size: 100%
  font-weight: normal;
  color: #0000ff;
}

h6 {
  font-size: 80%;
  font-weight: normal;
  color: #0000ff;
}

p {
  color: #292929;
  font-size: 100%;
}

li {
  color: #292929;
  font-size: 100%;
}