/* CSS apokryf.szm.sk */
body {
          background-color:#333333;}
  
.stranka {display:block;
          width: 770px;
          height: 450px;
          margin-top: 80px;
          margin-left:auto;
		  margin-right:auto;
		 
		  }
		  
strong   {color:#FFFfff;
          font-size:20px;
		  }
		  
.txt     {color:#cccccc;
          font-size:20px;
          font-style:inherit;
		  text-align:center;
          }
		  
.pocitadlo{display:block;
           background-color:#000000;
		   width:100%;
		   height:auto;
		   border:#FF8000 thin;
           text-align:center;
		   margin-top:10px;
		   margin-bottom:10px;
		   }
		   


