<!-- zmodyfikowany: 02.03.2006 by krzych -->
body
{
  font-family: 'Century Gothic', Arial, Helvetica;
  background-color: rgb(255, 255, 255);
  color: rgb(0,0,0);
  font-size: 12pt;
}

td
{
  padding: 5px;
  font-family: 'Century Gothic', Arial, Helvetica;
  font-size: 10pt;
  background-color: color: rgb(0, 51, 102);
  text-decoration: none
}

td.srodek
{
  text-align: center;
  font-size: 12pt;
}

td.dodatki
{
  text-decoration: none;
  text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6
{
  font-variant: small-caps;
}
a:link
{
  color: rgb(0,0,0);
  TEXT-DECORATION: none;
  font-weight: bold
}

a:visited
{
  color: rgb(0,0,0);
  TEXT-DECORATION: none;
  font-weight: bold
}

a:active
{
  color: rgb(0,0,0);
  TEXT-DECORATION: none;
  font-weight: bold
}

a:hover
{
  color: rgb(0,0,0);
  TEXT-DECORATION: none;
  font-weight: bold
}


