body {
	 background: #ffffff url(images/tlo.jpg) top center no-repeat;
	 margin: 30px
	}	
	
a:link, a:visited {
 	font: 9pt verdana;
 	font-style: normal;
        color: #616263;
        text-decoration: underline;
	}
	
a:hover, a:active {
	color:#64b31c; 
	text-decoration: underline;
	}
	
a.stopka:link, a.stopka:visited {
 	font: bold 9pt verdana;
    color: #616263;
    text-decoration: none;
	}
	
a.stopka:hover, a.stopka:active {
	color:#64b31c; 
	text-decoration: none;
	}

h1  {
 	font: 14pt verdana;
 	font-style: normal;
 	font-weight: bold;
 	color:#64b31c;
	text-decoration: none;
 	letter-spacing:  0px; 
	line-height: 140%;
	text-align: left;
	margin-left: 20px;
}

h2  {
 	font: 10pt verdana;
 	font-style: normal;
 	font-weight: bold;
 	color:#64b31c;
	text-decoration: none;
 	letter-spacing:  0px; 
	line-height: 140%;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
               
p  	{
 	font: 9pt verdana;
 	color: #616263;
	text-decoration: none;
 	line-height: 130%;
 	text-align: justify;
 	margin-left: 20px;
 	margin-right: 20px;
        }
        
               
.stopka  	{
 	font: bold 9pt verdana;
 	color: #616263;
	text-decoration: none;
 	line-height: 130%;
 	text-align: center;
 	margin-top: 10px;
 	margin-bottom: 10px;
        }
