.stretch { letter-spacing: 2em; font-weight: bold; }
BODY { line-height: 1.5; }
P BLOCKQUOTE { line-height: 100%; }
BODY {text-align: left; }
P {text-indent: 2em; margin:0; }
.name { text-transform: capitalize; }
EM { text-decoration: underline; }
P EM {text-decoration: line-through; }
A browser will collapse multiple spaces and white spaces into a single space. Use the CSS format below to alter the handling of white space by the browser.
P {white-space: pre; }
The white-space property has three possible settings.