/** index style **/
div.listColumn{
  float: left;
  overflow: hidden;
}

li.alphaIndex {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #6F6F6F;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 8px;
  font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}

li.classEntry {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 8px;
  padding-left: 10px;
}

li.classEntry a{
  text-decoration: none;
  color: #333;
  font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
}