      a:link {
  text-decoration: none; 
  color: #DDDB27;
}

a:visited {
  text-decoration: none; 
  color: #DDDB27;
}

a:hover { 
  text-decoration: none; 
  color: #F9F23C;
}

a:hover {
  background: #c0c0c0;
  color: blue;
}

texto{ 
  color: #C0C0C0;
}

.cantor{
  margin: 3px;
  float: left;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #9E8D5A;
  background: #054153;
}



 .musics{
  font-size: 20px;
  font-family: 'Cabin', sem serifa;
  border-radius: 3px;
  text-align: center;
  border: 0px solid #C0C0C0;
 }