/* pozor = rubrika kázačky, styly */

A:link {
	COLOR: Blue;
	TEXT-DECORATION: none;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	
}

A:visited {
	COLOR: Blue;
	TEXT-DECORATION: none;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	
}

A:active {
	COLOR: Marron;
	TEXT-DECORATION: none;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	
}
/*href nad myší*/
A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	
	
}




.baner_kazani{
	FONT-SIZE: x-large;
	COLOR: Maroon;
	FONT-FAMILY: "Comic Sans MS";
	Font-style: oblique;
	Font-weight: bold;
	word-spacing : normal;
	text-align : center;
	background-position : center;
}

.kazani{
	COLOR: Black;
	FONT-FAMILY: "Times New Roman", Times, serif;
	Font-style: normal;
	Font-weight: normal;
	word-spacing : normal;
	font-size : 24px;
	text-align : left;
}

.kazani_citace{
	COLOR: Black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-style: normal;
	Font-weight: normal;
	word-spacing : normal;
	font-size : 21px;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;
}



