   body {
		font-size: 12px; 
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		line-height: 1.5;
display: block;
border: 1px solid #686868;
border-radius: 6px;
background: #fff;
margin: 10px;
padding: 5px;
box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.70);
-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
		}
   
   #podpis {
	margin-top: 0px;
	text-align: center;
   }

   #opis {
        font-size: 14px;
		font-weight: bold;
   }

   #vrstica {
	font-style: italic;
	margin-left: 10px;
   }
   
   .odlomek {
		font-weight: bold;
   }
   
   .odlomek a { 
		text-decoration: none;
		font-weight: normal;
   }
   
   .odlomek a:hover { 
		text-decoration: underline;
   }

