.play, .play2 {cursor: pointer; color: darkorange}
.play:hover, .play2:hover {text-decoration: underline; color: red}
.play[played], .play2[played] {color: firebrick}
.play[unplayable], .play2[unplayable] {color: silver; cursor: default}
