body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bgr_okraj.jpg);
	font-size: 12px;
}


p{
 font-size: 14px;
}
.zvyrazneni
{
 font-size: 18px;
 font-weight: bold;
 color: red;
}
ul{
	font-size: 14px;
}
ol{
	font-size: 14px;
}
table {
   font-size: 14px;
	border: 1px solid Black;
	border-collapse: collapse;
	}
.nadpis_tabulky{
	font-weight: bold;
	background-color: #CD853F;
}
	
td {
   font-size: 14px;
	border: 1px solid Black;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

a{
   font-size: 14px;
	font-weight:bold;
	color: red;
}
a:link { 
   font-size: 14px;
	font-weight:bold;
	color: red;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #D2691E;
}
a:hover{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

a.reklama{
	font-size: xx-small;
	text-transform: uppercase;
}


h1 {
	font-size: 24px;
	color: White;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

h2 {
	font-size: 20px;
	color: White;
	margin: 10px 10px 10px 10px;
}
h3 {
	font-size:16px;
	color : Black;
	margin : 10px 10px 10px 10px;
	border-bottom : 1px dashed black;
}
span.cervena{
	color: Red;
	background-color: transparent;
	font-weight: bold;
	}
span.zelena {
	color: green;
	background-color: transparent;
	font-weight: bold;
}
