BODY {
	color: black;
	background-color: gray;
}	
a {
	color: teal;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: teal;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: navy;
	font-weight: bold;
	text-decoration: underline;
}
p {
	color: black;
	text-indent: 15px;
	margin: 5px 5px 5px 5px;
}
.tabulka{
	background-color: gray;
	color: Black;
}
.menu{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border: 1px solid black;
	background-color: #E8E8E8;
}
.tab_nadpis{
	color: maroon;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	padding: 3px 5px 3px 5px;
	background-color: #E8E8E8;
}
.tab_text{
	color: black;
	font-family: "MS Trebuchet", Verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	background-color: #E8E8E8;
}
.tab_text_r{
	color: black;
	font-family: "MS Trebuchet", Verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	background-color: #E8E8E8;
}
