/*
 * style sheet
 */

body { 	background: #d6d7cc }

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

/* that's grey / green */

/*
 * price
 */

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