body
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}

div
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;

}

h1
{
  font-size: 8pt;
  color: white;
  font-family: Verdana;
  line-height: 5px;
  margin-top: 2px;
  font-weight: normal;
  
}

h2
{
  font-size: 8pt;
  color: black;
  font-family: Verdana;
  font-weight: bold;
}

h3
{
  font-size: 7pt;
  color: black;
  font-family: Verdana;
  font-weight: bold;
}


h5
{
  font-size: 10pt;
  color: red;
  font-family: Verdana;
}

h6
{
  font-size: 6pt;
  color: black;
  font-family: Verdana;
  font-weight: normal;
  position: relative; top: 10px 
}

td
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}

input
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}
                              
A:link      { color:gray; text-decoration: none }
A:visited   { color:gray; text-decoration: none }
A:active    { color:gray; text-decoration: none }
A:hover     { color:black; text-decoration: none }

A.czarny:link      { color:black; text-decoration: none }
A.czarny:visited   { color:black; text-decoration: none }
A.czarny:active    { color:black; text-decoration: none }
A.czarny:hover     { color:gray; text-decoration: none }
