body, body div, body p, body th, body td, body li, body dd    { 
             /* more specific to override rule in importing sheet */ 
    font-size:    x-small; 
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif; 
             /* false value for WinIE4/5 */ 
    voice-family: "\"}\""; 
             /* trick WinIE4/5 into thinking the rule is over */ 
    voice-family: inherit; 
             /* recover from trick */ 
    font-size:    x-small; 
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif; 
             /* intended value for better browsers */ 
    } 

html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd    { 
    font-size:    x-small; 
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif; 
             /* be nice to Opera */ 
    } 
