body {margin: 10; background: #E2E2D6; color: #000000; overflow: auto;
    			scrollbar-face-color: #E2E2D6;
    			scrollbar-arrow-color: #000000;
    			scrollbar-highlight-color: #000000;
    			scrollbar-3dlight-color: #000000;
    			scrollbar-shadow-color: #000000;
    			scrollbar-darkshadow-color: #000000;
    			scrollbar-track-color: #DEDED2;
    }
.text {font-family: 宋体, 宋体-方正超大字符集; font-size: 10.5pt; color: #000000; line-height: 160%}
.pictext {font-family: Tohama, Arial, 宋体, 宋体-方正超大字符集; font-size: 10.5pt; color: #400000; line-height: 160%}
.picnote {font-family: Tohama, Arial, 宋体, 宋体-方正超大字符集; font-size: 9pt; color: #400000; line-height: 160%}
.linkdiv {background: #D6D6C5; padding: 5px; text-align: center}
.linktext {font-size: 12pt; font-weight: bolder; color: #000000}
.drag{position:relative;cursor:hand}

/*adsense使用 CSS 隐藏广告空缺的广告单元*/

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/*解决移动设备－内容宽度超过了屏幕显示范围*/

@media screen and (max-width:640px) {
#divMain {
width:100%;
}
#divSidebar {
display:none;
}
}

/* 解决移动设备－可点击元素之间的距离太近*/

@media screen and (max-width:640px) {
p {
line-height:150%;
}
}