
.list h2{
  margin: 1.5em 0;
  padding-bottom: 0;
  border-bottom: solid #C71585 1px;
}

.list h3 {
  margin-left: 1em;
  font-size: 100%;
  padding-left: 1em;
  background-image: url(img/point1.png);
  background-position: left center;
  background-repeat: no-repeat;
  
  clear: both;
}

.list h3 a:visited {
  color: #C71585 !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
}

.list h3 a:hover {
  color: #000 !important;
}

.list h3 em{
  font-size: 75%;
  font-style: normal;
  color: #000;
  position: relative;
  top: -.4em;
}

.list p, .list ul, .list ol{
  margin: .8em 4em;
}

.list ul, .list ol{
  padding: 0 0 0 1em;
}

.list p a, .list li, .list dd{
  font-size: 85%;
}
