<!--
/* Font for highlight review heading */
	.highlight {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* Font for On-the-Edge review heading */
	.edge {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* Type of media, if not CD */
	.media {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* Record/title main heading */
	.volume {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: rgb(255,204,51);
		background-color: rgb(102,102,102);
		font-size: 16pt;
	}
/* Artist name main heading */
	.artist {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: rgb(153,255,102); 
		background-color: rgb(102,102,102);
		font-size: 16pt;
	}
/* Record label main heading */
	.label {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: rgb(51,255,153); 
		background-color: rgb(102,102,102);
	}
/* Label listing main heading */
	.laddress {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: rgb(51,255,153); 
		background-color: rgb(102,102,102);
	}
/* List of song titles */
	.songlist {
		font-family: monospace;
	}
/* Label address, end of review */
	.credit {
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: rgb(255,255,204);
		background-color: rgb(102,102,102);
	}
/* highlight font for song title in the text */
	.song {
		font-style: italic;
	}
/* Main record title, in the text */
	.rtitle {
		font-weight: bold;
	}
-->
