    A:link    { color: rgb(0, 0, 153) }    /* łącza nieodwiedzone */

    A:visited { color: rgb(153, 0, 153) }  /* łącza odwiedzone    */

    A:active  { color: rgb(255, 0, 102) }  /* kolor łącza podczas kliknięcia */

    A:hover   { color: rgb(0, 96, 255); text-decoration: blink; } /* kolor łącza wskazanego myszką */

      

      * {

            font-family: Times, sans-serif;

            font-size: 16pt;

        }

      

      h1 {

            text-align: center;

            color: black;

            font-family: Times, sans-serif;

            font-size: 20pt;

         }

      h5 {

            text-align: justify;

            color: yellow;

            font-family: Times, sans-serif;

            font-size: 16pt;

         }

      

      p { 

            font-family:   Verdana, sans-serif;

            font-size:     16pt;

            font-weight:   normal;

            text-align:    justify;

        }
			
.little { 	

            font-family:   arial;

            font-size:     10pt;

            font-weight:   normal;

            text-align:    justify;

        }

        

      P.right {

            text-align: right;

            }

      BODY {

            

            }

            

