h5{ color: purple  !important;font-size: 12px; font-weight: bold; line-height: 10px; margin: 10px 0; background-color: orange; width: 800px;  border-radius: 10px 10px 10px 10px; padding: 4px 0 2px 2px}

h4{background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: white  !important;

    font-size: 24px ;
    font-weight: bold ;
    height: 37px  !important;
    line-height: 37px  !important;
    margin: 18px 0 ;
    padding: 10 0 16px 5px  !important;
    text-shadow: 2px 2px 3px #222222  !important;
    width: 99% !important;}

/* 设置签名格式 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}