*
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-transform:lowercase;
	color: #666;
}
BODY
{
	overflow:auto;
	margin: auto;
	background:#fff;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0px;
}
TD
{
	empty-cells: show;
	vertical-align:top;
}
H1
{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}
H2
{
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 10px;
}
H3
{
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0 10px 0;
}
H4, H5, P
{
	margin-bottom: 10px;
}
A, A:link, A:visited, A:active
{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
A:hover
{
	color: #000;
	background:#eee;
}
