@font-face{font-family:"楷体";src:url("simkai.ttf");}外部导入字体
font-family:Arial,Courier New,"楷体";
font-size:12px;
font-weight:bold;
font-style:italic;
font-variant:small-caps;	小型的大写字母
font-stretch:wider; /*font crosswise wider*/
color:#AAAAAA;
letter-spacing:10px;
word-spacing:10px;
word-wrap:break-word;		文字外围
white-space:nowrap;
text-overflow:ellipsis;
text-decoration:none;
text-align:center;
text-indent:18px;
letter-spacing:5px;			/*文字间距*/
text-transform:capitalize;	/* The first letter is big write*/
text-shadow:5px 5px 5px red;
text-fill-color:yellow;
-webkit-text-fill-color:yellow;
text-stroke:2px red;			文字描边
-webkit-text-stroke:2px red;
line-height:30px;
list-style-type:none;
margin:5px 5px 5px 5px;
padding:5px 5px 5px 5px;
border:1px solid red;
border-radius:10px;
border-shadow:5px 2px 6px #111111;
box-shadow:3px 3px 3px 3px grey;
-webkit-box-shadow:3px 3px 3px 3px grey;
//倒影
-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.3));
position:absolute;
position:relative;
position:fixed;
overflow:hidden;
display:block;
visibility:hidden;	/*all hidden*/
outline:red double 2px;
opacity:0.5;
background:rgba(120,120,120,0.5);
background:url("editor.gif") no-repeat -20px -40px;
background:url("") no-repeat,url('') no-repeat 400px 0px, url('') no-repeat 600px;
a:link
a:visited
a:hover
a:active