      /* Copyright 2009 Susan Corwin, all rights reserved  */
      /* to reuse this file, contact scorwin-intertwine@MochaExpress.com  */ 
/* CSS Document */		
/* Contains the format for the standard footer */

/* standard color definition
		sky		 91aaa5
		grass	 d5d110
		grass	 bbb832 -> adj for higher contrast
		forest	 768420
		slate	 557873
		charcoal 414132
		cream	 f5f5df
		khaki	 cfcfb5
		dk khaki b0b09a
*/
		

/* Styles for the page footer  */
#Footer-Container li {
	display: inline;
	list-style-type: none;
	text-decoration:underline;
	margin: 0px;
	padding: 8px;
	}
#Footer-Container ul {
	margin: 0px;
	padding: 8px;
	display:inline;
	}
#Footer-Container a {
	color:#768420;
	}
	
