h4.c1 {	color: red; }
h5.c1 { color: #9000A1; } 
h6.c1 { color: rgb(0, 220, 98); } 


h4.c2 { font-family: sans-serif; }
h5.c2 { font-family: serif; } 
h6.c2 { font-family: arial; }

p.c3 { font-size: 120%; } 
ol.c3 { font-size: 10px; } 
ul.c3{ font-size: x-large; }

p.c4 { font-style: italic; }
h4.c4{ font-style: oblique; }

p.c5 { font-weight: 100; } 
ul.c5{ font-weight: bolder; }

p.c6 { font-variant: small-caps; }