@media all {
	html body {
		font-family: "Trebuchet MS", Verdana, Tahoma, "Bitstream Vera Sans L", Helvetica, sans-serif;
		margin: 0; 
		padding: 0;
		background: #0A7437 url('/images/back.gif') repeat; /* green */
		color: black;
		font-size: 76%; /* This, and ...[1] */
	}
	html > body {
		/* directives for standards-compliant browsers */
	}
	#Container {
		width: 770px;
		/* margin-left: auto;
		margin-right: auto; */
		margin : 0 auto;
		font-size: 1.2em; /* [1] ...this, are part of the sane css typography experiment at  
						http://www.thenoodleincident.com/tutorials/typography/index.html  */
	}
	/* header sizes for cross-browser, cross-platform consistency */
	#Container h1 {
		font-size: 2em;
	}
	#Container h2 {
		font-size: 1.7em;
	}
	#Container h3 {
		font-size: 1.3em;
	}
	#Container h4 {
		font-size: 1.17em;
	}
	#Container h5 {
		font-size: 1em;
	}
	#Container h6 {
		font-size: 0.83em;
	}

	/* common classes */
	.left {
		text-align: left;
	}
	.fleft {
		float: left;
	}
	.right {
		text-align: right;
	}
	.fright {
		float: right;
	}
	.ctr {
		text-align: center;
	}
	.just {
		text-align: justify;
	}
	.clearing {
		clear: both;
	}
}
/* vim600: set foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */
