* {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffcc;
}

BODY {
	font-size: 9pt;
	background-color: #202020;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

P.song:first-line {
	font-weight: bold;
}

TD {
	
	font-size: 10pt;
}

TD.date {
	width: 7em;
	vertical-align: top;
}

*:link {
	color: #ff8888;
}

*:visited {
	color: #88ff88;
}

*:active {
	color: #0000ee;
}

IMG.lefthand {
        float: left;
        clear: left;
        padding-right: 1em;
        padding-bottom: 1ex;
		padding-top: 1ex;
}

IMG.righthand {
        float: right;
        clear: right;
        padding-left: 1em;
        padding-bottom: 1ex;
		padding-top: 1ex;
}

TD.light {
background-color: 333333;
font-size: 10pt;
}

TD.dark {
background-color: 000000;
font-size: 10pt;
}
