body, p, li {
  font-family: "Arial", helvetica, sans-serif;
  font-size: 12pt;
}

p.small {
  font-size: 10pt;
}


.heading {
        font-size: 14pt;
        color: #c0ffc0;
        font-weight: bolder;
}

.negative_news {
        background-color: #608060;
        color: #000000;
}

.news {

}



.playlist {
        border: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border-spacing: 0px;
        border-collapse: collapse;
        background-color: #006000;
        font-size: 12pt;

}

TR.pl_header {
   background-color: #002000;
   font-size: 14pt;
}

TR.pl_even {
        background-color: #004000;
}

.pl_guest {
  font-style: italic;
  font-weight: bolder;
  text-indent: 10;
}

