/*Set body font type, font color and font size*/
body
{
  font-family: "Times New Roman", serif;
  font-color: black;
  font-size: 10pt;
}

/*Set span for speaker*/
span.speaker
{
  font-weight: bold;
}

/*Set class stage to italic*/
.stage
{
  font-style: italic;
}

/*Set clase p.stage align to center*/
p.stage
{
  text-align: center;
}