
/* 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; font-family: verdana,arial,helvetica,sans-serif; } 	
	#listenpanel  h1  { background-color: #848284; } 	
	#listenpanel  h1  { text-tranform: uppercase; } 
/* Content Panel */
/* CHANGES that can be overwritten from the global style sheet - background colour */	
	#listenpanel #content { background-color: #4D4D4D; }
/* 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; font-family: verdana,arial,helvetica,sans-serif;}
/* footer links */
