/* styl.css 0.03/www/oauj
  (C) 2004,2005 Tomasz Kundera 4 XI
 */

/* nagłówek */
A.head {
  color: yellow;
  font-family:  verdana, 'lucida console', arial, helvetica, sans-serif;
  font-size: 18pt;
  #font-weight: bold;
  line-height: 20pt;
  text-decoration: none;
 }
A.head:active  {
  color: red;
 }

/* menu */
A.menu_glowne  {
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 20pt;
  text-decoration: none;
 }
A.menu_glowne:active  {
  color: red;
 }
A.menu_glowne:hover {
  text-decoration: underline;
 }
UL.menu_glowne {
  line-height: 200%;
 }

P.notka {
  color: darkblue; 
  font-family: verdana, 'lucida console', arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin-left: 100;
  margin-right: 100;
  margin-top: 30;
  text-align: justify; 
 }

UL.notka_lista {
  color: darkblue; 
  font-family: verdana, 'lucida console', arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin-left: 100;
  margin-right: 100;
  margin-top: 30;
  text-align: justify; 
 }

LI.ntk_lst_pzcj {
  margin-top: 20;
 }

/* stopka */
A.stpk {
  color: navy;
  text-decoration: none;
 }
A.stpk:active  {
  color: red;
 }
A.stpk:hover {
  text-decoration: underline;
 }

/* tytuł */
.tytul_notki {
  color: darkblue; 
  font-family: verdana, 'lucida console', arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  margin-left: 100;
  margin-right: 100;
  text-align: center; 
 }

A.tytul_notki {
  text-decoration: underline;
 }
A.tytul_notki:hover {
  text-decoration: underline;
 }
