/* CSS Document */

body {
  background-position: -136 -33;
  color: #dabd66;
}
p {
  font: 14px Arial,sans-serif;
  text-align: justify;
  }
p.center {
  font: 16px Arial,sans-serif;
  text-align: center;
  }
p.left {
  text-align: left;
  }
td {
  color: #dabd66;
  font: 14px Arial,sans-serif;
  }
.thumbnail {
  border-color: #dabd66;
  cursor: pointer;
}
.centerPiece {
  border-color: #dabd66;
}
.nav {
  font: bold 13px Arial,sans-serif;
}
a:link {
  color: #ecd690;
}
a:visited {
  color: #ecd690;
}
a:hover {
  color: #ecdfb6;
}
a:active {
  color: #dabd66;
}
.songClick {
  color: #ecd690;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
#closeDiv {
  font: bold 13px Arial,sans-serif;
  color: #ecdfb6;
  background-color: #65131d;
  padding-left: 4px;
  padding-right: 4px;
  }
#closeDiv:hover {
  color: #dabd66;
  }
#cdtitle {
  font: bold 13px Arial,sans-serif;
  color: #dabd66;
  background-color: #65131d;
  padding-left: 4px;
  padding-right: 4px;
}
#selectedSong {
  font-style: italic;
}
h1.new {
  font: 28px bold Helvetica,Verdana,Arial,sans-serif;
  font-style: italic;
  margin-left: 20px;
  color: #dabd66;
}
#dPlayerWrapper {
    width:250px;
}
#dPlayer {
    width:250px;
    height:26px;
}
