table.sample {
	background: #000; 
	border-collapse: collapse
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: light gray;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color:gray;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

hr {color: sienna}
h1 {font-size: 36pt}
h2 {color: blue}
h3, b {color:gray }
H4, b {color: 63639C; font-family: arial}
P {margin-left: 50px;text-indent: 3cm; background: silver; font-family: courier} 
H6 {font-size:10pt;color:gray }
