@charset "utf-8";

/* CSS Document */



<style>

table tr th{  background:#999}

table.stripe tr td{ background:#FFF;vertical-align:middle;}/* 默认背景被白色 */

table.stripe tr.alt td { background:#EEEEEE;}/* 默认隔行背景颜色 */

table.stripe tr.over td {background:#99FF99;}/* 鼠标经过时候背景颜色 */





#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:14px; line-height:30px;}

#n a{ padding:0 4px; color:#333}

</style>