/*
Theme Name: Comfy Magazine
Theme URI: http://deluxethemes.com/comfy
Description: A feature-rich magazine and news theme for WordPress.
Version: 2.3
Author: Ahmed Fouad
Author URI: http://deluxethemes.com
*/

@import url("style.php");

<style type="text/css">
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: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
</style>

<table >
<tr>
	<th>Header</th>
	<td>Content</td>
</tr>
</table>

