/*
 * style sheet
 */

.tema {	color: maroon;
	font-weight: bold }

.album { color: #70a030;
	font-weight: bold }

/* that's grey / green */

.person { color: black;
	  font-weight: bold }

.group	{ font-weight: bold }

.kind {	color: red;
	font-weight: normal }

/* label is a reserved word - use sello instead */

.sello { font-style: italic;
	font-weight: bold }	

/*
 * price
 */

.price {	color: FireBrick;
	font-weight: bold }
