div.imageElement {
  padding: 2px;
  margin: 3px;
  float:left;
}

div.imageElement h3 {
  text-transform: uppercase;
  font-size: 10pt;
}

div.col1 h3 {
  text-transform: uppercase;
  font-size: 14pt;
  color: pink;
  margin-bottom: 0;
}
div.imageElement img {
  width: auto;
  height: 180px;
  border: solid 1px white;
  padding: 2px;
}

div.imageElement a, a:hover {
  text-decoration: none;
  border-bottom: none 0;
}

div.music p {
margin:1em 0;
}
div.music h3 {
  color: lightblue;  
}

div.music {
  background-color:#333;
  margin-bottom:2em;
  padding:1em 1em 2em;
}

ul li a {
  margin-left: 3em;
}

ul li {
  padding: 5px;
}

#col1 h3 {
  text-transform: capitalize;
  font-size: 14pt;
  font-stretch: expanded;

}

div.genre {
  font-size: 10pt;
  padding: 0.25em;
  background-color: #333;
  border: solid 1px #666;
  margin: 0.2em 0 1em 0;
  color: lightblue;
}