/* CSS Document */

/* fix sizes for IE 4/5 and Opera  from http://www.alistapart.com/articles/sizematters/ */
body, body div, body p, body td, body li, #menu, #menu2, #piccap {
    /* 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>body, html>body div, html>body p,  html>body td, html>body li, html>body #menu, html>body#menu2, html>body#piccap   {
    font-size:    small
    /* be nice to Opera */
}