body {
  font-family: Arial, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
A:link {
  color: #362FB0;
}
A:visited {
  color: #782FB0;
}
A:active {
  color: #2C5497;
}
.mainTable {
  padding: 0px;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  background: #FFFFFF;
}
.blueBar {
  background: #BBD4FF;
}
.bottomText {
  font-size: 70%;
  color:#666666;
  line-height: 150%;
}
.header {
  font-family: "trebuchet ms";
  color: #994FC8;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 1.2em;
}
.mainText {
  font-size: 75%;
  line-height: 150%;
  color:#666666;
}

#musicTable td {
  text-align: left;
  padding: 5px;
  font-size: 75%;
  color: #666666;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd
}
.altRow {
  background: #F3F7FF;
}
