/*** Make the content reach the edge of the browser. Set background warm brown/gray; text to black ***/
body,
html {background:#C0A172;}  /*** A warm brown/gray ***/ 
body {
	margin:0;
	padding:0;
	color:#000;
	font-family:Arial, sans-serif;
}