.body
{
	margin: 4px;
	padding: 0px;

	background: white;
	
	color: black;

	font-family: Tahoma;
	font-size: 11px;
}

TABLE, TD, TH
{
	color: black;

	font-family: Tahoma;
	font-size: 11px;
}

A
{
	color: blue;
}

.A:hover
{
	text-decoration: underline;
}

.naglowek
{
	color: navy;
	font-weight: bold;
	font-size: 12px;
}