/* play.css -- display rules for XSLT-rendered Shakespeare plays */
body {
font-family: "times, serif";
background: #F0F0F0;
width: 600px;
}
.speaker {
font-weight: bold;
color: #0000FF;
}
p.speech {
color: #101010;
}
.stagedir {
color: #FF0000;
}
h1,h2,h3 {
font-family: "arial, helvetica, sans-serif";
color: #404040;
}