H2, P, OL, UL, DL, DT, DD, TABLE, CAPTION, TD, TR, LI, SMALL  { font-family: Arial, Helvetica, sans-serif;}

h1           { font-family: Arial; font-size: 18pt; color: #000000; font-weight: bold }
P, OL, UL, DL, DT, DD, TABLE, CAPTION, LI, SMALL,  { font-size: 10pt; }

/* vlastnosti hyperlinku */

	A:visited { color: navy;}
	A:active { text-decoration: none; color: navy; }
        A:hover { text-decoration: none ; color: navy; font-weight: bolder; }
	A:link, A { text-decoration: none; color: navy; }

UL /* vlastnosi seznamu */
	{ 
		margin: 0pt 0pt 0pt 14pt;
		list-style-type: disc;
		list-style-position: outside;
		font-size: 10pt;
	}

BODY /* vlastnosti těla dokumentu */
	{ 
	font-size: 10pt;
	color: navy;
	background: white url(../images/pozadi_produkce_new.jpg) fixed ; 
	}