body
{
  color: black;
  font-size: 9	pt;
  font-family: Verdana;
}

@media screen,projection {

div
{
  color: black;
  font-size: 9pt;
  font-family: Verdana;

}

h1
{
  font-size: 10pt;
  color: blue;
  font-family: Verdana;
  font-weight: bold;
}

h3
{
  font-size: 10pt;
  color: blue;
  font-family: Verdana;
  font-weight: bold;
}

h4
{
  font-size: 14pt;
  color: blue;
  font-family: Verdana;
  font-weight: bold;
}


h5
{
  font-size: 10pt;
  color: blue;
  font-family: Verdana;
}

h6
{
  font-size: 6pt;
  color: black;
  font-family: Verdana;
  font-weight: normal;
  position: relative; top: 10px 
}

td
{
  color: black;
  font-size: 9pt;
  font-family: Verdana;
}

th
{
  color: black;
  font-size: 9pt;
  font-family: Verdana;
}

input
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}
                              
A:link      { color:blue; text-decoration: none }
A:visited   { color:navy; text-decoration: none }
A:active    { color:black; text-decoration: none }
A:hover     { color:gray; text-decoration: none }

A.bialy:link      { color:white; text-decoration: none }
A.bialy:visited   { color:white; text-decoration: none }
A.bialy:active    { color:black; text-decoration: none }
A.bialy:hover     { color:gray; text-decoration: none }

A.czarny:link      { color:black; text-decoration: none }
A.czarny:visited   { color:black; text-decoration: none }
A.czarny:active    { color:maroon; text-decoration: none }
A.czarny:hover     { color:gray; text-decoration: none }

}


@media print {

	body {margin: 2em; padding: 2em;}
	
  img {
  	display: none; }

 .top_menu, .lang_menu, .footer {
 	display:none !important; }

 td[align$='justify'], .body_print {
 	width:100% !important;
 	position:absolute !important;
 	top:0 !important; }
 	
 div {
 	margin: 1em;
 	padding: 1.5em;
 }
 
 tr p a {display: none;}
 

}
