body
{
  color: black;
  font-size: 9	pt;
  font-family: Verdana;
}

div
{
  color: black;
  font-size: 9pt;
  font-family: Verdana;

}

div.opis_lewy
{
  color: white;
  font-size: 10pt;
  font-family: Verdana;
  margin-right: 15px;
  font-style: italic;
  text-align: right;
  
}

div.opis_prawy
{
  color: white;
  font-size: 10pt;
  font-family: Verdana;
  margin-left: 15px;
  font-style: italic;
  text-align: left;
}

h3
{
  font-size: 10pt;
  color: green;
  font-family: Verdana;
  font-weight: bold;
}

h5
{
  font-size: 10pt;
  color: green;
  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:white; text-decoration: none; font-weight: bolder }
A:visited   { color:white; text-decoration: none; font-weight: bolder }
A:active    { color:gray; text-decoration: none; font-weight: bolder }
A:hover     { color:gray; text-decoration: none; font-weight: bolder }

A.bialy:link      { color:white; text-decoration: none; font-weight: bolder}
A.bialy:visited   { color:white; text-decoration: none; font-weight: bolder}
A.bialy:active    { color:black; text-decoration: none; font-weight: bolder}
A.bialy:hover     { color:gray; text-decoration: underline; font-weight: bolder}

