@charset "utf-8";
/* 整体字体，控制顶部导航和页尾版权条字体 */
body{ font-family:Arial, Helvetica, sans-serif, 宋体; font-size:12px; color:#666666; letter-spacing:1px;}
/* 菜单内容字体 */
.menu{ font-family:宋体; font-size:12px; font-weight:bold; color:#000000; text-align:center;}
/* 栏目内容字体 */
.column{ font-family:Arial, Helvetica, sans-serif, 宋体; color:#666666; line-height:18px; letter-spacing:1px; text-align: justify;}
/* 图片展示字体 */
.displaytitle{ font-weight:bold; text-align:center;}
/* 留言版字体 */
.bbs{ font-weight:bold;}
.column { line-height:24px; } /* Moz */ 
* html .column { line-height:18px; } /* IE6 */ 
*+html .column { line-height:18px; } /* IE7 */ 