		<style type=\"text/css\">
			body {
				font-family: verdana;
				font-size: 10pt;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			td {
				font-family: verdana;
				font-size: 10pt;
			}
			table {
				margin-top: 10px;
			}
			h1 {
				padding: 0px;
				margin: 1px;
				font-size:8pt;
				background-color:black;
				color:white;
				text-align:center;
			}
			h2 {
				padding: 2px;
				margin: 2px;
			}
h3 {
	width: 420px;
	margin: 10px auto;
	
}
.nowWith {
	color: #3333CC;
	text-align:center;
}
			.imgContainer {
				position:relative;
			 	max-width:240px;
			 	max-height:240px;
				border: 1pt solid black;
				margin: 4px 2px;
			}
		
			.bandName {
				position:absolute; 
				top: 5px; 
				left: 5px; 
				background: black; 
				color: white;
				padding:1px 2px;	
			}
			.songName {
				position:absolute; 
				bottom: 5px; 
				right: 5px; 
				background: black; 
				color: white;
				padding:1px 2px;
				max-width:223px;
			}
			#menu a {
				display: block;
				background: #000000;
				color: #ffffff;
				width: 300px;
				height:30px;
				font-size:13pt;
				margin: 4px auto ;
				padding: 10px 0 0 0;
				text-align:center;
				border: 2pt #000000 solid;
}
#menu a:hover {
				background:#ffffff;
				color: #000000;
				}
				#help {
				width: 150px;
				margin:10px;
				}
					#help a {
					background-color: #000000;
					color:#ffffff;
					width: 150px;
					height:20px;
					font-size: 11pt;
					text-align:center;
					border: 2pt #000000 solid;
					padding: 2px;
				color: #ffffff;
							
}
#help a:hover {
				background:#ffffff;
				color: #000000;
				}
		</style>