body
		{color: black; background-color: white;}
h2
		{font-weight: bolder; font-size: 1.3em;}
dl
		{width: 98%; margin: 1em; padding 0.5em;}
.comment
		{width: 98%; color: gray; background-color: white; font-style: italic; margin: 1em; padding 0.5em;}
ul .comment
		{margin: 0.5em; padding: 0.2em}
.disclaimer
		{color: black; background-color: white; /*border: gray medium dashed;*/ margin: 1em; padding 0.5em;}
.description
		{color: black; background-color: silver; margin: 1em; padding 0.5em;}
ul.scene
		{border: black medium double; margin: 1em; padding 0.5em;}
ul.scene:before
		{font-weight: bolder; font-size: 1.3em; content: "Scene " counter(szene) " "; counter-increment: szene;}
.set
		{color: white; background-color: gray; margin: 0.5em; padding: 0.2em}
li
		{list-style-type: none; padding: 0.2em;}
.Rachel
		{color: purple;}
.Ross
		{color: navy;}
.Monica
		{color: red;}
.Chandler
		{color: blue;}
.Phoebe
		{color: green;}
.Joey
		{color: olive;}
.action
		{display: inline; background-color: silver; font-style: italic;}
cite
		{font-variant: small-caps; font-style: normal;}

em
		{font-style: italic; font-weight: inherit;}
em em, strong
		{font-style: normal; font-weight: bolder;}
em em em, em strong, strong em
		{font-style: italic; font-weight: bolder;}
.comment em
		{font-style: normal; font-weight: inherit;}
.comment em em, .comment strong
		{font-style: italic; font-weight: bolder;}
.comment em em em, .comment strong em, .comment em strong
		{font-style: normal; font-weight: bolder;}
