body {
	font-family:sans-serif;
}
/* form descendents of divs */

form {
	background: #f7f9ff ;
	border: 1px solid #66c;
	margin-bottom: 1px;

}
/* "left" class */
.left {
	float:left;
	margin:0.5em;
}
table,th,tr,td {
	border: 1px solid blue;
	border-collapse:collapse;
	padding: 0px 2px 0px 2px;
}
/* "bare" class tables and immediate children have no border showing */
table.bare, table.bare > tbody > tr, table.bare > tbody > tr  > td  {
		border-width: 0px;
}