h4.c1{ text-decoration: line-through; } 
h5.c1{ text-decoration: overline; } 
h6.c1{ text-decoration: underline; } 
a.c1 { text-decoration: none; }

 p.c2 { text-indent: 20px; }
h5.c2 { text-indent: 30%; }

p.c3 { text-align: right; } 
h5.c3{ text-align: justify; }

 p.c4 { text-transform: capitalize; } 
h5.c4{ text-transform: uppercase; } 
h6.c4{ text-transform: lowercase; }

p.c5 { white-space: nowrap; }

 p.c6 { word-spacing: 10px; } 
 
p.c7 { letter-spacing: 3px; }

