stylesheets can be almost brain-dead simple:
Code:
p {margin: .5em 0 0 0;
text-indent: 1.2em;
}
span.strike {text-decoration: line-through; }
To OMG specifying everything
Code:
.scenebreaker {
border-bottom: 0;
border-top: 0;
display: block;
font-size: 1.5em;
font-weight: bold;
word-spacing: 1.5em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
padding-bottom: 0;
padding-top: 0;
text-align: center;
}