   BODY   { background: white url(PICT/POZ.JPG) } 
   
  .nadpis { background: blue url(PICT/POZ1.JPG) } 
  .stin { font-size: 30;
          color:#000000;
          font-family: ARIAL;
          font-style: normal;
          font-weight: bold;
          letter-spacing:5;
          position: relative;
          
         }
  .text { font-size: 30;
          color:#FFFFFF;
          font-family: ARIAL;
          font-style: normal;
          font-weight: bold;
          letter-spacing:5;
          position: absolute; 
          left: -1px; top: -1px;
          }

  A       { color:#000000;
            font-family:ARIAL;
            font-size: 13;
	    font-weight: Bold;
            text-decoration:none;
            } 
  A:hover { color:#7F00FF;
            }


