
hr.headline {
  border: medium none;
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #004C90;
  margin: 0;
}

hr.footerline {
  border: medium none;
  bottom: 0;
  display: block;
  height: 12px;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #004C90;
  margin: 0px;
}