.cd_item
{
  border: double 3px #000000;
  margin: 20px 0 20px 0;
  padding: 10px;
}

h2
{
  font-size: 18pt;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.listen_link
{
  float: left;
  margin: 0 10px 5px 10px;
  padding: 2px;
  width: 26%;
  text-align: center;
  font-style: italic;
  line-height: 12pt;
  border: solid 1px #999999;
}
.cover
{
  border: none;
}

.discography
{
  font-size: 10pt;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  margin: 0 0 0 10px;
  padding: 0 5px 0 5px;
  width: 20em;
  list-style: decimal inside;
  float: right;
  line-height: 1.3em;
}

.discography li
{
  border-bottom: solid 1px #999999;
}

.description
{
  /*margin: 10px;*/
  font-size: 12pt;
  text-align: justify;
  font-family: "Times New Roman",serif;
}

.description b			/* This is the style for the first letter of each paragraph */
{
  font-size: 24pt;
  font-weight: normal;
  line-height: 12pt;
}

#contactinfo
{
  margin: 30px 10% 30px 10%;
  border: solid 1px #000000;
  padding-bottom: 20px;
  font-family: arial,helvetica,sans-serif;
}

#contactinfo h1
{
  margin: 0 auto 0 auto;
  border-bottom: solid 1px #999999;
  width: 75%;
  text-align: center;
}

#contactinfo table
{
  width: 70%;
  margin: 0 auto 0 auto;
}

#contactinfo table tr td.left
{
  text-align: left;
}

#contactinfo table tr td.right
{
  text-align: right;
}