/* CSS Document */

body		{ color:black; background-color:white; }

.movie		{ background-color: #EBEBFF; font-weight:bold; font-family:monospace; padding-left:5%; }
.riff		{ color:black;	}
.stage		{ background-color: #88FF88; font-style:italic; font-weight:bold;  }
.emphasis	{ font-style:italic; font-weight:bold; }


.joel		{ color: blue; font-weight: bold; font-family:monospace; }
.mike		{ color: blue; font-weight: bold; font-family:monospace; }
.tom		{ color: red; font-weight: bold; font-family: monospace; }
.crow		{ color: #DAA520; font-weight: bold; font-family: monospace; }	/* Goldenrod? */
.gypsy		{ color: purple; font-weight: bold; font-family: monospace; }
.voice		{ color: navy; font-weight: bold; font-family: monospace; }


.drf		{ color: green; font-weight: bold; font-family: monospace; }
.pearl		{ color: green; font-weight: bold; font-family: monospace; }
.frank		{ color: red; font-weight: bold; font-family: monospace; }
.bobo		{ color: red; font-weight: bold; font-family: monospace; }
.observer	{ color: #DAA520; font-weight: bold; font-family: monospace; }	/* Goldenrod? */
.larry		{ color: red; font-weight: bold; font-family: monospace; }

.source		{ color: navy; font-weight: bold; font-family: monospace; }
.all		{ color: purple; font-weight: bold; font-family: monospace; }
.any		{ color: navy; font-weight: bold; font-family: monospace; }
.none		{ }
