a { color: #FFFF00; text-decoration: none; font-style: normal;white-space: nowrap;}
a:hover { color: #00CC66; text-decoration: underline}
    body { font-size: 1em; letter-spacing: 1px; word-spacing: 1px; max-width: 100%; overflow-x: hidden; line-height: 1.6; padding: 10px;  }
    * { box-sizing: border-box; }
    img { max-width: 100% !important; height: auto !important;  margin-top: 10px; }
	    table {       
        overflow-x: auto;
        border-collapse: collapse;
    }
    /* 5. 調整字體大小，避免在手機上太小 */
    @media (max-width: 768px) {
        body { font-size: 1.5rem; }
        table {    width: 100% ;}
    }