.intro h3 {
  text-align: center;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}

li#what, li#where, li#how {
  list-style-image: none;
  background: none;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  width: 29%;
  padding: 5px 10px;
  background-color: #BFDDED;
}

li#what li, li#where li, li#how li {
  background-image: url('/images/bullet_blue.png');
}
