Not a perfect solution, but the best one I came up with today.
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cocktails</title>
<style type="text/css">
p {text-align: left;}
.center {text-align: center;}
.indent {margin: 0 0 0 40px; padding: 0px;}
</style>
</head>
<body>
<p class="center">Brandy Cocktail.<br />
(Use small bar-glass.)</p>
<p>Take 3 or 4 dashes of gum syrup.<br /></p>
<p class="indent">2 dashes of bitters (Boker's or Angostura).<br />
1 wine-glass of brandy.<br />
1 or 2 dashes of Curacoa.<br /></p>
<p>Fill the glass one-third full of shaved ice, shake up well and strain into a cocktail glass. Twist a small piece of lemon rind in it and serve.</p>
</body>
</html>