#wrapper div {
    display:none;
}
#wrapper a.active {
    color: black;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
}
#wrapper div.active {
    display:block;
    width:100%;
}

.txt p {
    overflow: hidden;
}
.txt_img {
    margin-right: 10px;
}
h2 {
  font-size: 30px;
  font-weight:bold;
  background: none;
  margin-bottom: 20px;
}