/*Set body font type, font color and font size*/
body
{	
  font-family: "verdana", "arial", "helvetica";
  font-color: #cccc99;
  font-size: 18pt;
}

/*Set span for speaker*/
span.speaker
{
  background-color: yellow;
}

/*Set class stage to italic*/
.stage
{
  font-style: italic;
}

/*Set class p.stage align to center*/
p.stage
{
  text-align: center
}

