/* standard elements */

body {
  background: #FFF none;
  color: #000;
}

/*
a:hover {
  background: #FF8;
}
*/

body,td,th,caption,h1,h2,h3,h4,dl,address {
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, serif;
}

th,strong {
  font-weight: bold;
}

address {
  margin-left: 0;
}

tt {
  font-family: "Courier New", Courier, monospace;
}


/* misc. classes */ 

.playlist {
  margin-top: 1em;
}

.liveband {
  background: #DDD none;
  color: black;
}

.footnote {
  margin-top: 2em;
  text-align: right;
}
.footnote small {
  font-style: italic;
}

.subnav {
  text-align: center;
}