 
<p>table.sample {<br>
  border-width: 0px;<br>
  border-spacing: ;<br>
  border-style: none;<br>
  border-color: gray;<br>
  border-collapse: separate;<br>
  background-color: white;<br>
  }<br>
  table.sample th {<br>
  border-width: 2px;<br>
  padding: 1px;<br>
  border-style: none;<br>
  border-color: white;<br>
  background-color: #e8e8e8;<br>
  -moz-border-radius: ;<br>
  }<br>
  table.sample td {<br>
  border-width: 2px;<br>
  padding: 1px;<br>
  border-style: none;<br>
  border-color: white;<br>
  background-color: #e8e8e8;<br>
  -moz-border-radius: ;<br>
  }</p>
