* {
   margin: 0;
}
html, body {
   height: 100%;
   padding: 0;
}

body {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #87888a;
}

img {
  border: none
}

h2 {
  padding-left: 30px;
  font-weight: bold;
  color: #e2001a;
  font-size: 11px;
}

#levy {
  width: 240px;
  height: 607px;
  margin-top: 133px;
}

p {
  padding-left: 30px;
}

.box1 {
  width: 240px;
  min-height: 10px;
  margin: 30px 0 30px 0px;
  border-left: 7px solid #38323a;
}

.box2 {
  width: 240px;
  min-height: 10px;
  margin: 30px 0 30px 0px;
  border-left: 7px solid #bbbdbf;
}

.box2 a {
  text-decoration: underline;
  color: #87888a;
}

.box2 a:hover {
  text-decoration: none;
  color: #e2001a;
  font-weight: bold;
}

.box3 {
  width: 240px;
  min-height: 10px;
  margin: 30px 0 30px 0px;
  border-left: 7px solid #d4d5d7;
}

.box3 p {
  color: #e2001a;
}

.box4 {
  width: 240px;
  min-height: 10px;
  margin: 30px 0 30px 0px;
  border-left: 7px solid #d4d5d7;
}

.box4 a {
  text-decoration: underline;
  color: #87888a;
}

.box4 a:hover {
  text-decoration: none;
  color: #e2001a;
  font-weight: bold;
}


