.songSection
{ 
}

.songSection p
{
   margin: 0 0 25px 7px;
   padding: 0;
   line-height: 24px;
}

.songSingle
{
   margin: 0 0 25px 0;
}

.songTitle
{ 
font: bold 14px/1.0em Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #6f460e;
text-decoration: none;
margin: 10px 0 20px 0;	
padding-bottom: 0px;
cursor: pointer;
}

.songInstructions
{
   padding-left: 5px;
}

.songDetails
{
color: #434343;
}

.songLyrics
{ 
color: #434343;
}

.songCopyright
{ 
   font-size: 0.8em;
   font-style: italic;
   color: #434343;
}

