body {
background-color: white;
background-image: url(backdrop.gif);
background-repeat: repeat-y
}
.indent { /* use <span class="indent"> ... </span> */
margin-left: 30px
// ; font-family: helvetica, sans-serif
// ; ...and so on
}
<Link
rel=stylesheet type="text/css"
href="layout.css">
(where layout.css is the file you saved above)
<Span
class="indent">...</Span>