BODY {
	background-color : White;
}

td.cislo {
	background-color:#00ccff;
	text-align:right;
	color : #FF0033;
	font-family : Times CE, Tahoma, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
td.menu {
	background-color:#00ccff;
	font-family : Times CE,Tahoma, sans-serif;
	font-size : 14pt;
	color : #FF0033;
	font-weight : bold;
	text-decoration : none;
}
A:visited, A:active, A:link {
	color:#FF0033;
	text-decoration:none;
}
A:hover {
	text-decoration : underline;
	color : #CE3100;
}

A.clanek {
	/*odkaz na clanek */
	font-weight : bold;
	text-transform : uppercase;
}
h2 {
	/*nadpis clanku*/
	font-family : Times CE, Tahoma, sans-serif;
	font-size : 14pt;
	text-transform : uppercase;
	text-indent : 0px;
}
h3 {
	/*podnadpis clanku*/
	font-weight : bold;
	font-family : Times CE, Tahoma, sans-serif;
	text-indent : 0px;
}
.uvod {
	/*prvni odstavec*/
	font-style:italic;
}
.jmeno {
	/*zvyrazneni jmena*/
	font-weight : bold;
}
.otazka {
	font-weight : bold;
}
.tiraz {
	font-size : 7pt;
	margin : 5px;
	font-family : sans-serif;
}
.clanek{
	text-indent : 15px;
}
h4 {
	font-family : Times CE, Tahoma, sans-serif;
	text-indent : 0px;
	text-transform : uppercase;
}
.poznamka {
	font-size : smaller;
}
