body {
  background-image: linear-gradient(#FF5DB9, #FF95CA); background-repeat: no-repeat; background-attachment: fixed;
  width: 600px;
  margin: 0 auto;
  padding: 0;
}
h1 {
  color: #cd0000;
  font-size: 42px;
  letter-spacing: -2px;
  text-align: left;
}
.listItemClass {
  color: #FFE5ED;
  font-size: 22px;
  padding: 0;
  width: 500px;
  font-family: verdana, monospace;
  border: 1px solid #dedede;
}
.listItemClass li {
  list-style: none;
  border-bottom: 2px dotted #ccc;
  text-indent: 20px;
  height: auto;
  padding: 10px;
  text-transform: capitalize;
}
.listItemClass li:hover {
  background-color: #FFE5ED;
  -webkit-transition: all 0.2s;
  -moz-transition:    all 0.2s;
  -ms-transition:     all 0.2s;
  -o-transition:      all 0.2s;
}
.verticalLines {
  border-left: 1px solid #BC006F;
  border-right: 1px solid #BC006F;
  width: 2px;
  float: left;
  height: 495px;
  margin-left: 40px;
}