@import url(styles.css);

html body { 
	font-size: small; /* false smaller value 4 ie > 5.5 */
	voice-family: "\"}\""; /* ie > 5.5 leave now */
	voice-family:  inherit; /* fix voice property */
	font-size: medium; /* real value for real browsers */
} html>body { font-size: medium; } /* show opera the love */
