	<style>
		bonzai {
			nothing;  /* some older variations of the mozilla family appear to mangle the first declaration, hence the kamakazi*/
		}
		
		div#content {
			background: #FFFFFF url(images/widescreen_background.jpg) no-repeat;
			background-position: top left;
		}
		
		div#story {
			padding: 25px 10px 10px 38px;
		}
		
		input.textfield {
			font-size: 18px;
			color: #00005E;
			border: 2px solid #9FA2C3;
			width: 260px;
		}
		
		textarea.textarea {
			border: 2px solid #9FA2C3;
			width: 260px;
			height: 60px;
		}
		
		div#story p.embed {
			height: 480px;
			width: 640px;
			border: 2px solid #FAF3E0;
			padding: 3px;
			margin: 0px 10px 0px 10px;
			background: #CDB471;
			text-align: center;
		}
		
		td.amendment {
			border-top: solid 1px #EBD48D;
			font-size: .8em;
		}
		
		td.amendmenthead {
			font-weight: bold;
			border-top: 2px solid #DDBC56;
		}
		
		</style>

