/* Simple styles for simple browsers. Primarily Netscape Navigator 4+.
   make sure everything in here is overridden in the real CSS */

/* ie4.5mac has problems with this. It makes text small, and the
   nested list is impossibly small, even when user increases to
   largest. Solution? Ignore it. You will go nuts trying to serve
   different styles to nn4 and ie4.5mac. Either give them both plain
   xhtml, or style for nn4 at the slight inconvenience of the few, or
   zero, Remaining ie4.5mac users. */

html	{
	}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p	{
	}
body	{
	/* use full url so ie45mac & nn4 can find it */
	/*background-image: url(/img/upgrade.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	}
		
/* typography */
a:link	{
	}
a:visited	{
	}
a:active	{
	}
a:hover	{
	/* hover doesn't work in nn4 */
	}
h1	{
	}
h2	{
	}
h3	{
	}
h4	{
	}
h5	{
	}
h6	{
	}
img	{
	}
ol, ul, li	{
	}
p	{
	}
pre	{
	}
strong, b	{
	}
em, i	{
	}
abbr, acronym	{
	}