/*
CSS style sheet for gertchen.com
*/

@import url(layout.css);
@import url(color.css);
@import url(navigation.css);


/* adjustment for IES */
	
body {
	font-size: x-small; /* IES Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers*/
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

li {
	list-style: none;
	}

/* end adjustment for IES */

