body {
  display: block;
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 600px;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  line-height: 150%;
  background-color: #f8f5d8;
}

.hr {
  position: relative;
  height: 4px;
}

.hr:after {
  background: linear-gradient(to right, #b22234 0%, #b22234 33.33%, #ffffff 33.33%, #ffffff 66.66%, #3c3b6e 66.66%);
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 4px;
  content: '';
}

ul {
  list-style-type: none;
  padding-left: 0;
}
