body{
  background-image: url("images/music/CTTS.jpg");
  background-repeat:repeat;
  background-position: center;
}
.song img{
    float:left;
}
.song p{
    line-height: 17px;
    text-align:left;
}
#desc{
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 200px;
}
.song
{
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    border: 2px dotted;
    display:inline-block;
}
a:hover { 
    font-weight:bold;
    cursor: url("https://www.rw-designer.com/cursor-view/22771.png"), default;
}
img{
    padding-right:5px;
}
html{
    cursor: url("https://www.rw-designer.com/cursor-view/22771.png"),default;
    font-family:"MS Gothic";
}