<style type="text/css">
<!--
/* Indent all but the first line (have to make indent negative for the first line) */

p.restindent {
	margin-left: 1.5em;
}
p.restindent:first-line {
	margin-left: -1.5em;
}
// -->
</style>