/* styl.css 0.01/www/oauj
  (C) 2004 Tomasz Kundera 24 II
  styl dla informacji wewnętrznych OA */

/* nagłówek */
A.head {
  color: yellow;
  font-family: 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%;
 }

/* stopka */
A.stpk {
  font-family: Verdana, Helvetica, sans-serif;
  color: navy;
  text-decoration: none;
 }
A.stpk:active  {
  color: red;
 }
A.stpk:hover {
  text-decoration: underline;
 }

/* tytuł */
TD.tytul {
  color: darkblue; 
  font: normal normal bold 30pt Comic Sans MS,sans-serif; 
  text-align: center; 
  width: 50%;
 }

