body
{
  background-color: #000000;
  color: #E00000;
  font-family: Helvetica, Arial, sans-serif;
}

table.mainTable
{
  width: 50%;
}

A
{
  color: #6B97A8;
}

A:hover
{
  color: #FF0000;
}

hr
{
  border: 0;
  color: #600000;
  background-color: #600000;
}

hr.tableHR
{
  border: 0;
  color: #600000;
  background-color: #600000;
  width: 80%;
}


span.songTitle
{
  font-weight: bold;
  font-size: 120%;
}

div.songDiv
{
  text-align: center;
  color: #6B97A8;
}

p.info-topic
{
  font-size: 20pt;
  font-variant: small-caps;
}

p.info-smalltext
{
  font-size: 10pt;
  font-style: italic;
}

