body {
	margin: 0;
	background: #F2DBDB;
	font-size: 8pt;
	font-family: verdana;
	color: #AE7784;
	line-height: 12px;
	letter-spacing: 0pt;

	text-align: justify;
}



A:link, A:visited, A:active {
	color: #D43E5D;
	text-decoration:none;
}

A:hover {
	color:#9C252C;
}

h1 {
	text-align: right;
	color: #6E887E;
	width: 100%;
	font-family: bookman old style;
	font-size: 23pt;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	letter-spacing: 0pt;

	margin-left: -40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #C23941;
	width: 80%;
	font-family: courier new;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	line-height:20px;
	letter-spacing: 2pt;

	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.footer {
	text-align: center;
	font-size: 7.5pt;
}

blockquote {
	width: 60%;
	text-align: center;
	background: #E8CACB;
	font-size: 7.5pt;
	line-height: 12px;
	padding: 5px;
}

.codes { 
	text-align: center;
	background: #E8CACB;
	padding: 3px;
}

td {
	font-size: 8pt;
}

.tracks {
	text-align: left;
	width: 50%;
	background: #E8CACB;
	font-size: 7.5pt;
	line-height: 12px;
	border: 1px dotted;
	padding: 5px;
}