<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { color: #fff; }

#left {	background: #005ead; }

#shows, #info {color: #fff; background: #005ead;}

#shows span {color: #eee;}

#shows h1 a { 		background-image: url("nova-player-images.png");
					background-position: 0px -80px; }

#shows h1 a:hover { background-position: 0 -120px; }

#info h1 a {		background-image: url("nova-player-images.png");
					background-position: 0px -170px;}

#info h1 a:hover { 	background-position: 0 -210px; }

#now { background: #828282;	color: #fff; }

#now h1 {	background-image: url("nova-player-images.png");
			background-position: 0px 250px;
			display: block;
			width: 300px;
			height: 35px;}
			
#messages {		background: #ff1919; color: #fff;}

#messages h1{	background-image: url("nova-player-images.png");
				background-position: 0px 464px;
				display: block;
				width: 350px;
				height: 35px;}
#messages textarea {background: #ff6e6e; border-color: #fff; color: #fff;}

#messages input { 	background: url("nova-player-images.png") no-repeat;
					background-position: -350px -80px;
					width: 50px;
					height: 50px;
					float: left;}

#footer {border-top-color:#fff;}</pre></body></html>