body { color: black; background-color: white; }
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
.Date {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.BandName {
	font-style: italic;
	font-weight: bold;
}

