.index { 
  border: 1px solid black;
  margin-top: 1em;
  padding: 0.5em;
  clear: left;
  height: 1%;
  overflow: visible;
}
.index img {
  float: left;
}
.index p {
  margin-left: 220px;
}
.index p.cll {
  clear: left;
  margin-left: 0;
}
.index p.cll span {
  margin-left: 2em;
}
.index a {
  color:black;
  text-decoration: none;
}
.index .r {
  margin-top: 1em;
}
.index .r a {
  text-decoration: underline;
}
.cll {
  /*clear: left;*/
}
.index a img {
  border: 1px solid black;
}

