.yellowThing {
	background-color: #FFFFFF;
    height: 5;
}

.whiteThing  {
	background-color: #D6E5Ec;
}

table.sample {
	border-width: 1px 3px 3px 0px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
}

table.reg td {
	text-align: left;
}
