/* visual.css - visual style for the Web. 1998 (c) Petr Holub (hopet)*/
BODY  {
	color : black;
	font-family : sans-serif;
	font-size : 10pt;
	/* line-height : 12pt; */
}

P  {
	font-family : sans-serif;
	font-size : 10pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
	/* line-height : 12pt; */
	text-indent : 1em;
}

.afterhead  {
	text-indent : 0pt;
}

.bok  {
	font-size : 9pt;
	text-indent : 0pt;
	font-weight : bold;
	font-style : italic;
}

:link  {
	color : rgb(160,0,0);
	text-decoration : none;
}

:visited  {
	color : rgb(160,0,0);
	text-decoration : none;
}

:hover  {
	color : rgb(255,50,50);
}

H1  {
	font-family : sans-serif;
	font-size : 13pt;
	color : black;
	margin-top : 6pt;
	margin-bottom : 3pt;
	font-weight : bold;
}

H2  {
	font-family : sans-serif;
	font-size : 12pt;
	color : black;
	margin-top : 6pt;
	margin-bottom : 3pt;
	font-weight : bold;
}

H3  {
	font-family : sans-serif;
	font-size : 11pt;
	color : black;
	margin-top : 6pt;
	margin-bottom : 3pt;
	font-weight : bold;
}

H4  {
	font-family : sans-serif;
	font-size : 10pt;
	color : black;
	margin-top : 6pt;
	margin-bottom : 3pt;
	font-weight : bold;
}

H5  {
	font-family : sans-serif;
	font-size : 10pt;
	color : black;
	margin-top : 6pt;
	margin-bottom : 3pt;
	font-weight : bold;
}

UL  {
	font-family : sans-serif;
	font-size : 10pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
	/* line-height : 12pt; */
}

LI  {
	font-family : sans-serif;
	font-size : 10pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
	/* line-height : 12pt; */
}

TD  {
	font-size : 10pt;
	font-family : sans-serif;
	/* line-height : 12pt; */
}


