字体相关属性设置
	
	1. 字体颜色 color
	颜色 color:#888888:测试文字
	颜色 color:red:测试文字
	2. 字体 
	字体 font-family:楷体:测试文字
	3. 字体大小 font-size:
	20pt:测试文字
	(最大) xx-large:测试文字	
	4. 文字横向拉伸 font-stretch:
	拉伸 extra-expanded:测试文字
	压缩 extra-condensed :测试文字
	5. 字体风格 font-style:
	(斜体) italic:测试文字
	6. 加粗程度 font-weight:
	加粗 bold:测试文字
	900:测试文字
	7. 文字修饰线(text-decoration:none|[underline||overline||line-through]|inherit)
	闪烁 blink:测试文字
	下划线 underline:测试文字
	中划线 line-through:测试文字
	8. 文字大小写转换
	文字大小写转换(小型大写) font-variant:small-caps :
	hello
	
 文字大小写转换(大写) text-transform:uppercase:
	hello
	
 文字大小写转换(首字母大写) text-transform:capitalize:
	hello
	
	9. 间距(行|词|字 line-height|word-spacing|letter-spacing)
	字间距:5pt:hello world 测试文字
	字间距:15pt:hello world 测试文字
	词间距:20pt:hello world 中国人民 抗日战争
	词间距:60pt:hello world 中国人民 抗日战争
	行间距:30pt:测试文字