/* CSS for flavors page to style the mixes
	Style sheet by Scott McLeod
*/

#mixes, #flavors {
	line-height: 1.2;
}

.mixhead {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0 .35em 0;
}

.mix {
	margin: .25em 0 .25em 1.5em;
}

.mixstart {
	margin-bottom: .5em;
	color: black;
}

.mixstart, .mixend {
	font-family: Arial, Helvetica, sans-serif;
}

.mixline {
	color: rgb(40,80,15);
	margin-left: 1.75em;
	font-family: "Courier New", Courier, monospace;
}

.mixend {
	margin-top: .5em;
	color: black;
}


	

