<?xml version="1.0" encoding="ISO-8859-1"?>
<monthly>
<heading>Monthly Specials at the Jazz Warehouse</heading>
<body>Here are some of the latest specials from the Jazz Warehouse. Please note that all Miles Davis and John Coltrane CDs will be on sale for the month of March.</body>
<line>______________________________________________________________________</line>
<jazz>
<subheading>Kind of Blue</subheading>
<author>Miles Davis</author>
<price>US: $11.99 UK: £8.39</price>
<dot>So What</dot>
<dot>Frddie Freeloader</dot>
<dot>Blue in Green</dot>
<dot>All Blues</dot>
<dot>Flamenco Sketches</dot>
</jazz>
<jazz>
<subheading>Cookin'</subheading>
<author>Miles Davis</author>
<price>US: $7.99 UK: £5.59</price>
<dot>My Funny Valentine</dot>
<dot>Blues by Five</dot>
<dot>Airegin</dot>
<dot>Tune-Up</dot>
</jazz>
<jazz>
<subheading>Blue Train</subheading>
<author>John Coltrane</author>
<price>US: $8.99 UK: £6.29</price>
<dot>Blue Train</dot>
<dot>Moment's Notice</dot>
<dot>Locomotion</dot>
<dot>I'm Old Fashioneds</dot>
<dot>Lazy Bird</dot>
</jazz>
</monthly>
Look at <price>US: $8.99 UK: £6.29</price> I want to know how can I post space between them?
Thanks!