/* 修改博客的字体 */
#home {
    font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
}

/* 修改博客标题样式 */
#Header1_HeaderTitle:hover {
    text-decoration: none;
}

/* 修改菜单栏样式 */
#navList li a {
    text-shadow: none;
}

#navList li a:link {
    text-shadow: none;
}


/* 分页样式 */