*
{
	/* this is the universal selector - use it to set ONLY the margins and padding */
	margin: 0;
	padding: 0;
}

body
{
	background: #FFF;
	color: #000;
	font: normal 85%/140% tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, georgia, garamond, "times new roman" , times, serif;
	font-weight: bold;
	letter-spacing: 1px;
}

h1
{
	font-size: 1.75em;
	line-height: 1.8em;
}

h2
{
	border-bottom: 1px solid #000;
	font-size: 1.5em;
	line-height: 1.55em;
}

h3
{
	font-size: 1.05em;
	line-height: 1.1em;
}

h4
{
	font-size: 0.95em;
	line-height: 1em;
}

h5
{
	font-size: 0.85em;
	line-height: 0.9em;
}

img
{
	border: 0;
	vertical-align: bottom;
}

table
{
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}
