/***********************************/
/*   Global Variable Declaration   */
:root{
	--colorVV: #ec8383;
	--colorFG: #86e389;
	--colorCB: #d0b8f6;
	--colorNote: #f9f9b1
}
td {
	color: #FFFFFF;
	font-size: 16px;
}
.VVsong,.FGsong,.CBsong{
	width:320px;
}
.VVsong,td.legendVV {
	color: var(--colorVV);
}
.FGsong,td.legendFG {
	color: var(--colorFG);
}
.CBsong,td.legendCB {
	color: var(--colorCB);
}
table.george{
	width: 550px;
	background-attachment: fixed;
	background-color: black;
	border-style: ridge;
	border-radius: 10px;
}
td.george{
	width:85px;
}
/* COLOR LEGEND */
table.legend{
	width: 170px;
	text-align: center;
	background-attachment: fixed;
	background-color: black;
	border-style: ridge;
	border-radius: 10px;
	margin-left: 3px;
	margin-top: 40px;
}
td.legendVV,td.legendCB,td.legendFG{
	font-size: 16px;
	line-height: 22px;
}
.legendTitle{
	font-size:14px;
	color: var(--colorNote);
	line-height: 20px;
}
.georgeFooterNote{
	color: var(--colorNote);
	font-size: 18px;
	font-style: italic;
}	
