letter-spacing

p { letter-spacing: 10px }

line-height

p { line-height: 1.5 }
p { line-height: 10px }

text-align

p { text-align: left; }
p { text-align: center; }
p { text-align: right; }

text-decoration

p { text-decoration: line-through; }
p { text-decoration: overline; }
p { text-decoration: underline; }
p { text-decoration: dashed; }
p { text-decoration: dotted; }
p { text-decoration: double; }
p { text-decoration: wavy; }

text-indent

p { text-indent: 10px; }

text-shadow

p { text-shadow: 3px 3px 3px gray }

text-overflow