/* CSS Document */
h1 {
	font-size:    large; 
	
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:   x-large; 
}
/* fix sizes for IE 4/5 and Opera  from http://www.alistapart.com/articles/sizematters/ */
body, body div, body p, body td, body li{
    /* 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  {
   font-size:small;
    /* be nice to Opera */
}
h3 {
    /* more specific to override imported rule */
	font-size:12px;
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    medium;
	
	/* intended value for better browsers */
}
#menu h3{
	font-size:small;
}
html>h3   {
    font-size: x-small;
    /* be nice to Opera */
}
#footer {
    /* 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 */
}
#problems {
    /* more specific to override imported rule */
	font-size:8px;
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small;
	
	/* intended value for better browsers */
}
#problems {
	font-size:x-small;
}
