/* Styly příběh */

BODY	{  /* všechen text */
	background-color: white;
	font-size: 100%;
  /*	font-family: Arial CE, Arial, Helvetica; */
	font-family: Times New Roman, Times New Roman CE, Times, serif;
  /*	line-height: normal;
	margin-left:  0px;
	margin-top: 15 px;
	margin-right:  0px;
	margin-bottom: 0px; */
	}

BODY.navy	{  /* tmavomodrý okraj */
	background-color: navy;
	}

table	{ /* ubezpečení velikosti písma */
	font-size: 100%;
	}

table.main	{ /* aby to platilo v tabulce */
	background-color: #f2fcff;  /* standardní bleděmodré pozadí */
	width: 600px;
	border: 8px solid #f2fcff;
	margin: 0px;
	padding: 5px;
	}

p,Address	{ /* základní text */
	text-align: justify;
	text-indent: 19pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}

ol,ul,formatted,form,menu { /* seznamy */
	margin-left: 38pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	}

menu	{ list-style-image: url(bull-2.gif)}

h1	{ /* heading 1 */
  /*	font-weight: 900; */
	color: navy;
	font-size: 165%;
	letter-spacing: auto;
	margin-top: auto;
	margin-bottom: 9pt;
	}

h2	{ /* heading 2 */

	color: navy;
	font-size: 120%;
	margin-top: 12pt;
	margin-bottom: 6pt;
	}

h3	{ /* heading 3 */
	color: navy;
	font-size: 100%;
	margin-top: 9pt;
	margin-bottom: 6pt;
	}

h4	{ /* heading 4 */
	text-indent: 19pt;
	font-size: 100%;
	margin-top: 1.3%;
	margin-bottom: 1.1%;
	}

h5	{ /* bold - dotaz */
	text-indent: 19pt;
	font-size: 100%;
	margin-top: auto;
	margin-bottom: auto;
	}

h6	{ /* bold center - zdroj */
	font-size: 100%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	text-align: center;
	}

hr	{ /*horizontal line*/
	height: 1;
	width: 100%;
	align: center;
	color: Navy;
	margin-top: 0pt;
	margin-bottom: -12pt;
	}

p.prvni	{ /* bez odsazení */
	text-indent: 0pt;
	}

p.bold	{ /* tučný bez odsazení */
	text-indent: 0pt;
	font-weight: bold;
	}

p.pata,p.patal	{ /* pod čarou */
	font-size: 70%;
	text-align: center;
	text-indent: 0pt;
	}

p.patal { /* světlemodrá pata */
	color="#F2FCFF"
	}
