<style type="text/css">
body {
	background: #000000;
}

table.sample {
	border-width: 3px;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: black;
	background-color: #000000;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: black;
	background-color: #000000;
}
</style>