H1 {	
	color: #FFA500; 
	background-color: #00008B; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border: 1px none;
}

.position {
    color: brown;
}

.tune {
    font-weight: bold;
}

TABLE.sessiontracks {
    width: 100%;
}

TABLE.sessiontracks TD.position {
    vertical-align: top;
    width: 5%;
}

TABLE.sessiontracks TD.matrix {
    vertical-align: top;

}

TABLE.sessiontracks TD.title {
    vertical-align: top;

}

TABLE.sessiontracks TD.time {
    vertical-align: top;
    text-align: right;
		width: 10%;
}


TABLE.sessiontracks TD.release {
    font-size: 10pt;
    vertical-align: top;
		width: 40%;
}

TABLE.sessionheader {
    width: 100%;
		border-bottom: solid;
}

TABLE.sessionheader TD.date {
    text-align: left;
		font-weight: bold;
		font-size: 14pt;		
}

TABLE.sessionheader TD.artist {
    text-align: right;
		font-weight: bold;
		font-size: 14pt;
}




