body, body div, body p, body th, input, select, .NewTitleLink, #rightContent p, 
body td, body li, body dd, .NewTitleLink, .DownLists td  {
    /* more specific to override imported rule */
    font-size: xx-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: Verdana, verdana, Helvetica, sans-serif;   
    /* recover from trick */
    font-size: xx-small;
    /* intended value for better browsers */
	}
html>body, html>body div, html>body p, 
html>body th, html>body td, html>body select, html>body #rightContent p, 
html>body li, html>body dd, html>body .DownLists td,  html>body .NewTitleLink,  html>body input  {
    font-size: x-small
    /* be nice to Opera */
    }

#subcategoriesList td {border-bottom:2px solid white;}