
body {
background-color: #3a3939;
}

table.playlist {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #777777;
  width: 325px;
  text-align: left;
  border-collapse: collapse;
}
table.playlist td {
  border: 2px solid #3a3939;
}
table.playlist tbody td {
  font-size: 13px;
  color: #3a3939;
}
table.playlist th {
  font-size: 13px;
  text-align: left;
  border: 2px solid #3a3939;
  background-color: #EEEEEE;
  color: #333333;
}

table.linklist {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #777777;
  width: 310px;
  margin: 0px auto;
  text-align: left;
  border-collapse: collapse;
}
table.linklist td {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  border: 5px solid #3a3939;
}
table.linklist tbody td {
  font-size: 13px;
  color: #3a3939;
}
table.linklist th {
  font-size: 13px;
  text-align: left;
  border: 10px solid #3a3939;
  background-color: #EEEEEE;
  color: #333333;
}

