.tunes thead td{
		font-weight:bold;
		color:#000;
		background-color:#E2EBED;
	}
	.tunes td{
		padding:2px;
	}
	.tunes table{
		border:1px solid #000;
		border-collapse: collapse;
	}
	
	.tunes table,h1,p,#ads{
		margin-left:0px;
	}
	#ads{
		margin-top:20px;
	}
	
	/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1{
		background-color:#659EC7;
		color:#FFF;
	}

	.tableRollOverEffect2{
		background-color:#000;
		color:#FFF;
	}
	
	.tableRowClickEffect1{
		background-color:#659EC7;
		color:#FFF;
	}
	.tableRowClickEffect2{
		background-color:#00F;
		color:#FFF;
	}
	
