p {
  font: 12pt Times New Roman;
  color: black;
 }

p.title {
  font: 30pt Times New Roman;
  color: black;
 }

div.playing {
  margin-left: 10;
 }

a {
  text-decoration:none;
 }

a:link {
  color:rgb(100,100,250);
 }
a:visited {
  color:rgb(100,100,250);
 }
a:hover {
  color:rgb(100,100,250);
 }
a:active {
  color:rgb(100,100,250);
 }

i.FA {
  font-style:normal;
  font: 14pt Times New Roman;
  color:rgb(150,50,50);
 }

a.band {
  font-style:normal;
  color:rgb(100,100,250);
  text-decoration:none;
 }

i.date {
  font-style:normal;
 }
