H2, P, OL, UL, DL, DT, DD, TABLE, CAPTION, TR, LI, SMALL  { font-family: Ariel, Helvetica, sans-serif;}

P, OL, UL, DL, DT, DD, TABLE, CAPTION, LI, SMALL  { font-size: 10pt; }

/* vlastnosti hyperlinku */

	A:visited { color: blue;}
	A:active { text-decoration: none; color: red; }
        a:hover { text-decoration: none ; color: red; }
	A:link, A { text-decoration: none; }

UL /* vlastnosi seznamu */
	{ 
		margin: 0pt 0pt 0pt 14pt;
		list-style-type: disc;
		list-style-position: outside;
		font-size: x-small;
	}

BODY /* vlastnosti těla dokumentu */
	{ 
	color: navy;
	background: white url("../images/pozadi_hlavni.gif") no-repeat fixed center; 
	}

TD
	{ 
	color: white;
	font-size: 10pt;
	}



