/* CSS Document */

#container {
 /* 
  font-size workaround for WinIE 5:
  1) WinIE 5/5.5 value first: 
 */
 font-size: x-small;
 voice-family: "\"}\"";   
 voice-family: inherit;  
 /* 
  2) Then the correct value next 2 times: 
 */ 
font-size: small; 
}
html>#content
 font-size: small;
}
html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
}

h1 {
	font-size:large;
}
h2 {
	font-size:medium;
}
