
	body {
		background: white;
		size: landscape;
	}
	
	/*a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}*/

	p {
		font-family: Garamond, Georgia, "Times New Roman", Times, sans-serif;
		font-size: 12pt;
		line-height: 150%;
	}

	/*pre {
		font-family: monospace;
	}*/

	/*strong, b {
		font-weight: bold;
	}

	em, i {
		font-style:italic;
	}*/

	/*code {
		font-family: "Courier New", Courier, monospace;
		white-space: pre;
	}*/

