span.sample1 {font-size: x-large; }
span.sample2 {font-size: 4em; }
span.sample3 {font-size: x-large; color: #ff0000; }
span.sample4 {font-size: 3em; color: #000000; background: linear-gradient(transparent 80%, #A7FF1C 80%); }
span.sample5 {font-size: 100%; font-weight:  bold; }
span.sample6 {font-size: 3em; color: #000000; background: linear-gradient(transparent 80%, #ffff00 80%); }
span.sample7 {font-size: 3em; color: #000000; background: linear-gradient(transparent 80%, #00ffff 80%); }
span.sample8 {font-size: x-small; }
span.sample9 {font-size: small; }
span.sample10 {font-size: medium; }
span.sample11 {font-size: large; }
span.sample12 {font-size: xx-large; }
span.sample13 {font-size: 12px; }
span.sample14 {font-size: xx-large; }
span.sample15 {font-size: 12ex; }
span.sample16 {font-size: 80%; }
span.sample17 {font-size: xx-small; }
span.sample18 {font-size: 3em; color: #000000; background: linear-gradient(transparent 80%, #ffd700 80%); }


p.content1 {line-height: 10;}
