html {
	background: #fff8db;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;

	min-height: 100%;
}

body, table, td, th, input, textarea, select {
	font: normal 12px arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	color: #000;
}

textarea, fieldset, p {
	background: white;
	padding: 3px;
	border: 1px solid #ffcc33;
	color: black;
}

