<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size: x-small;     
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html&gt;body, html&gt;body div, html&gt;body p, 
html&gt;body th, html&gt;body td, 
html&gt;body li, html&gt;body dd    {
    font-size:    small
    /* be nice to Opera */
    }</pre></body></html>