td.NavCell {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
 }

td.NavCell a {
	text-decoration: none;
	color: #FFFFFF;
 }
 
td.NavCell a:hover {
	text-decoration: underline;
 }
 
td.SongCellWhite {
	text-decoration: none;
	font-size: smaller;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
 }
 
td.SongCellBlue {
	text-decoration: none;
	font-size: smaller;
	font-family:Arial, Helvetica, sans-serif;
	color:#6699FF;
 }
 
td.SongCellWhite a {
	text-decoration: none;
}

td.SongCellBlue a {
	text-decoration: none;
	color: #6699FF
}

td.SongCellWhite a:hover {
	text-decoration: underline;
}

td.SongCellBlue a:hover {
	text-decoration: underline;
}

td.JoesGrille a {
	color: #FFFF99;
	text-decoration: underline;
}

a { 
	color: #FFFFFF;
}
