BODY, TD
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 7.5pt;
  background-color: #FFFFFF;
}
P
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 7.5pt;
  color: black;
  text-indent: 0;
  text-align: justify;
}
P.lewa
{
  text-indent: 0;
  text-align: left;
}
P.srodek
{
  text-indent: 0;
  text-align: center;
}
/* Odnośniki domyślne */
A:link
{
  font-size: 7.5pt;
  font-weight: bold;
  color: blue;
  text-decoration: none
}
A:visited
{
  font-size: 7.5pt;
  font-weight: bold;
  color: blue;
  text-decoration: none
}
A:hover
{
  font-size: 7.5pt;
  font-weight: bold;
  color: red;
  text-decoration: none
}
/* Odnośniki w menu nawigacyjnym */
A.menu:link
{
  font-size: 7pt;
  font-weight: bold;
  color: white;
  text-decoration: none
}
A.menu:visited
{
  font-size: 7pt;
  font-weight: bold;
  color: white;
  text-decoration: none
}
A.menu:hover
{
  font-size: 7pt;
  font-weight: bold;
  color: white;
  text-decoration: underline
}
/* Odnośniki bez dokoracji */
A.mull:link
{
  color: black;
}
A.null:visited
{
  color: black;
}
A.null:hover
{
  color: black;
}