<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 	style sheet for Broadcast home page only

*/

BODY	{	background-color:    #666666;
		font-family: verdana, geneva, arial, sans-serif; 
		margin-top: 20px;
	}

/* 	top banner  	*/
.banner		{
	background-color: #000000;
	color: #FFFFFF;
	font-family: verdana, geneva, arial, sans-serif;
	font-size:   0.8em;
	border: 3px groove #999999;

	 	}

/* 	left side of table  	*/
.label		{ 	background-color: #333333; 
			color: #FFCC00;
			font-family: verdana, geneva, arial, sans-serif;
			font-size:   10px;
	 	}

/* 	right side of table  	*/
.data		{ 	background-color: #FFCC00; 
			color: #333333;
			font-family: verdana, geneva, arial, sans-serif;
			font-size:   10px;
	 	}
/* 	text notes  	*/
.notes		{ 	 
			color: #FFCC00;
			font-family: verdana, geneva, arial, sans-serif;
			font-size:   10px;
			padding: 3px;
	 	}

A:link		{	color: #333333; text-decoration: none; 	}
A:visited	{	color: #333333; text-decoration: none; 	} 
A:active	{	color: #FFFFFF; text-decoration: none; 		}
A:hover		{	color: #FFFFFF; text-decoration: underline; 
			background-color: transparent; 
		}
.notes A:link		{	color: #FFFFFF; text-decoration: underline; 	}
.notes A:visited	{	color: #FFFFFF; text-decoration: underline; 	} 
.notes A:active		{	color: #FFCC33; text-decoration: none; 		}
.notes A:hover		{	color: #FFCC33; text-decoration: none; 
			background-color: #000000; 
		}
</pre></body></html>