body {	
	/* default font */
	font-family: garamond, georgia, serif;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.33em; /* line height is ~ 20 pts */
}

* { behavior: url(iepngfix.htc); }

/* a container for all page elements. Allows us to
   center the content in the browser window. */
#Container {
	width: 720px;
	
	/* correctly used by Firefox etc. to center the container div. We've included a DOCTYPE
	   declaration in our HTML to force IE6 to work in strict mode, and this also works there. */
	margin: 3em auto;
	
	/* override the central alignment in the container */	
	text-align: left;
}