body {
	background:repeat;
	background:url('./bkg.png');
}
table.sample {
	background-color: #fffbe2;
	border-width: 0px 0px 0px 0px;
	border-spacing:inherit;
	border-style: outset outset outset outset;
	border-color: #84A1AE #84A1AE #84A1AE #84A1AE;
	border-collapse: collapse;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #84A1AE #84A1AE #84A1AE #84A1AE;
	-moz-border-radius: 0px 0px 0px 0px;
}
p.sample {
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: smaller;
	line-height: 0.8em;
	word-spacing: 1ex;
	letter-spacing: normal;
	text-align: center;
	color: #3f330b;	
}
input.sample {
	background-color: #cdf0ff;
	border-width: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color: #84A1AE #84A1AE #84A1AE #84A1AE;
	border-collapse: collapse;
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: smaller;
	line-height: 0.8em;
	word-spacing: 1ex;
	text-align: center;
}