* {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	
}

/* obecne */
body {
		font-family: sans-serif;
		text-align: center;
		background-color: #6dbbb7;
		padding:10px;	
}

a {
	color: #2b636a;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

p {
	text-align: justify;
	background-color: transparent;
	text-indent:2em;
}

hr {background-color: #f9f4b5;
    border-width: 0px;
    height: 1px;
    color: #f9fb5k;
	 margin-top: 5px;
	 margin-bottom: 10px;
	 }

.kurziva {
	font-style:italic;
}

.tucne {
	font-weight:bold;
}
/* konec obecne*/

table {
	background-color: #f9f4b5;
	border: 2px #f9f4b5;
	margin-left: auto;
	width: 660px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
table td, th {
	padding: 3 px solid;
	border: 3 px solid #f9f4b5;
	background-color: #f9f4b5;
	margin-top:10px;
	margin-bottom:10px;
}
	
