BODY {
	font-family : "MS Serif", "New York", serif;
}

			 
A               {
	color: #A2CAFF;
	text-decoration=none
}   /* nenavštívený odkaz */
A:hover         {color: red;text-decoration=underline}
H1{
	font-family : "Times New Roman", Times, serif;
	color : BLACK;
	font-weight : bolder;
	background-color : #FF870A;
	text-align : center;
	
}
h2{
	font-family : sans-serif;
	color : #FF870A;
	text-indent : 5%;
}
H3{
	font-family : "Times New Roman", Times, serif;
	color : #FF870A;
	text-indent : 8%;
}
P{
	margin-left : 20px;
	text-indent : 20px;
}	
.nadpis_maly{
	color : #FF870A;
	font : bold;
}

.formular{background-color: Black;}
.formular TH{
	background-color: #FF9966;
	color:black;
}
.formular TD{
	background-color: #FFCC99;
		color:black;
}

.vypredane {
color : #999999;
}

.obrvypredane {
position:absolute;
z-index:127;
height:70;
margin-top:-30px;
}

