body {
	font-family: helvetica;
	background-color: #c5c0b0;
}

div.header {
	text-align: center;
	font-size: 12pt;
}

div.header p {
	margin: 0;
	font-style: italic;
}

div.introduction {
	margin: 1em 5%;
	padding: 0 1em;
	text-align: justify;
	font-size: 11pt;
	border: 1px solid blue;
	background-color: #d0d0ff;
}

div.thanks {
	margin: 1em 10%;
	padding: 1em;
	text-align: center;
	font-size: 14pt;
	border: 1px solid blue;
	background-color: #d0d0ff;
}

h1 {
	text-align: center;
	font-size: 48pt;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

h2 {
	text-align: center;
	font-size: 18pt;
	margin-top: 0;
	margin-bottom: 0.2em;
}

table.tracklistSide {
	width: 50%;
	margin: 0 25%;
}

tr.tracklistSideHeader th {
	font-size: 16pt;
	border-bottom: 2px dashed black;
	padding: 5px;
}

#sideA {
	background-color: #ffe5a5;
}

#sideB {
	background-color: #9298d0;
}

div.link {
	text-align: center;
	font-size: 14pt;
	margin-top: 0.5em;
}

td.trackName {
	padding-left: 1em;
	width: 70%;
}

td.trackLength {
	text-align: center;
}

td.trackSubtitle {
	padding-left: 4em;
	font-size: 0.7em;
	border-bottom: 1px dashed black;
}
