body {
margin:0px;
padding:0px;
font-family: helvetica;
font-size:10px;
background:#D5D5D5;
}
.listtitle {
margin:0px;
padding:3px;
border: solid 1px #666666;
font-size: 12px;
position:fixed;
background:orange;
width:99%;
text-align:center;
height:28px;
}

span a {
padding-right:18px;
color: #ffffff;
font-weight:bold;
font-family: helvetica;
}
.listcontainer {
padding:0px;
border-left: solid 1px #666666;
border-right: solid 1px #666666;
height:200px;
}
ul {
list-style: none;
padding:33px 0 0 0;
margin:0px;
}

ul li {
padding:4px 4px 2px 3px;
margin:0px;
border-bottom: solid 1px #efefef;
}

a {
text-decoration: none;
font-size: 12px;
margin-bottom:3px;

}
li:hover {
background: lightblue;
}
h1, h2, h3, h4{
font-size:11px;
display: inline;
}

.musicitem {
margin: px 5px 0px 5px;
padding:10px;
background:#D3D3D3;
border: solid 1px #666666;
}

