@charset "utf-8";
/* 
 *文档类型：CSS Document
 *功能：全局样式表
 */

/* body容器 */
body{margin:0; font-size:12px; color:#666; font-family:"新宋体";}

/* 网站图文链接 */
a{}
a img{ border:none;}
a:link{ text-decoration: none; color:#666;}
a:hover{ text-decoration: none; color:#ff0000;}
a:active{ text-decoration: none; color:#06F;}
a:visited{ text-decoration: none;color:#696868;}

/* 常用标签 */
ul,li,dl,dt,dd{ list-style-type:none;margin:0;padding:0;display:block;}

/* 布局控制 */
.clear{ clear:both;height:0;overflow:hidden; border-bottom:none;}
.word{ line-height:25px; padding:10px;}

.page{ line-height:50px; height:50px; text-align:center;}