table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(255, 245, 238);
}
table.sample th {
	border-width: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 9px 9px 9px 9px;
}
table.sample td {
	border-width: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 9px 9px 9px 9px;
}
