body		{ background: floralwhite; color: black }
div.frame	{ width: 620px; margin-right: auto; margin-left: auto;
		  margin-top: 10px; padding: 0px }
div.col1	{ clear: both }
div.col2_1	{ float: left; width: 50% }
div.col2_2	{ float: right; width: 50% }
div.top	{ background: green; color: lightgreen; text-align: center;
		  border-style: solid; border-width: 1px; border-color: floralwhite;
		  padding-top: 10px; padding-bottom: 10px; padding-left: 20px;
		  padding-right: 20px }
div.section	{ background: lightgreen;
		  padding-top: 2px; padding-bottom: 2px; padding-left: 5px;
		  padding-right: 5px }
div.image	{ text-align: center }
div.bottom	{ text-align: right }
