/* Main header */
/* CHANGES that can be overwritten from the global style sheet - font size, background colour, transform to upppercase*/
#listenpanel  h1  { font-size: 1.1em; } 	
#listenpanel  h1  { background-color: #; } 	
#listenpanel  h1  { text-tranform: uppercase; ; background-color: B50102} 
/* Content Panel */
/* CHANGES that can be overwritten from the global style sheet - background colour */	
#listenpanel #content { background-color: #; background-color: 9C0202}
/* Programme header */	
/* CHANGES that can be overwritten from the global style sheet - font-size, transform to uppercase */	
#listenpanel  h2 { font-size: 1.1em; }
#listenpanel  h2 { text-tranform: uppercase; }
/* text */
/* CHANGES that can be overwritten from the global style sheet - font-size */		
#listenpanel  p  { font-size: 1.1em; }
/* footer links */
/* CHANGES that can be overwritten from the global style sheet - the last link to display block */		
#listenpanel li.last {display: block;}