/* CSS Document */

table.sample th {
	border-width: thin;
	padding: 20px;
	border-style: dotted;
	border-color: black;
	background-color: white;
}
table.sample td {
	border-width: thin;
	padding: 20px;
	border-style: dotted;
	border-color: black;
	background-color: white;
}
