p, td, li, ul, div, span, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body{
  background-color:#FFFFFF;
  color:#000000;
  font-family:Arial,Verdana,"Lucida Sans Unicode",Helvetica,Sans-serif;
  font-size:0.8em;
  margin: 0;
  padding: 0;
}

a:hover{
  text-decoration: underline;
}

img {
  border-style: none;
}

li.playing
{
  background-color: #eeeeee;
}

li.music
{
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding: 5px;
  cursor: move;
}

li.music:hover
{
  border: 1px solid #076BB5;
}

ol{
  list-style: none;
  margin: 0;
  padding: 0;
}

form input
{
  width: 136px;
}

form select
{
  width: 200px;
}
