html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html 
{
	font-size: 100.01%; /* компенсирует несколько багов в различных браузерах */
}
body
{
	font-family: Tahoma, sans-serif;
	font-size: 62.5%; /* чтобы работать с em как с px */	
	color: black;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td, th
{
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
	font-family: inherit;
	color: inherit;
	text-align: left;
}
img
{
	border: 0px;
}

table 
{
	border-collapse: collapse;
	table-layout: fixed;
}


