<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style sheet for four seasons (intro and individual pages), and inbloom intro. */
/* But not individual inbloom.pages */
/* This was year, but needed special page for intro. Now all are the same again. */
/* 2004-03-17. Created one style sheet to rule them all. */

/* Two  column layout */
	#links {
		float:left;
		width: 200px;
		color:#000; background-color:#cc6;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:600px;
	}

	#content {
		float:left;
		width: 480px;
		padding:20px;
		color:#000; background-color:#fff;
	}
	#footer {
		clear:both;
		color:#000; background-color:#fff;
		padding:10px;
	}

</pre></body></html>