1.文字颜色
color:颜色值;
2.文字加粗
font—weight:bold;
3.文字大小
font—size:数字px;
4.斜体
font—style:italic;
5.下划线
text—decoration:none/underline/overline/line—through;
6.字体
font—falimg:字体名称
7.缩进
text—indent:zem;
8.水平对齐
text—align:left(左)/center(中)/right(右);