/* style */

{font-family: Arial, Helvetica;}

A:link       		{ color: Blue; font-size: 10pt; text-decoration: none; font-weight: normal}
A:visited    		{ color: Blue;  text-decoration: none; font-weight: normal}
A:active   		{ text-decoration: none; color: Purple}
A:hover      		{ text-decoration: none; color: Red} /* wkaznik na linku */ /* wkaznik na linku */
A:link.bold       		{ color: Blue; font-size: 10pt; text-decoration: none; font-weight: bold}
A:visited.bold    		{ color: Blue;  text-decoration: none; font-weight: bolder}
A:active.bold   		{ text-decoration: none; color: Purple}
A:hover.bold      		{ text-decoration: underline; color: Red} /* wkaznik na linku */ /* wkaznik na linku */
TD 					{ font-size: 10pt; font-family: "Arial CE", Arial; text-decoration: none; color:#000000;
					 }
P 			{ font-weight: none; font-size: 10pt; font-family: "Arial CE", Arial;
			  text-decoration: none; color:#000000 }
TD.bold 		{ font-weight: bold; font-size: 14pt; font-family: "Arial CE", Arial;
			  text-decoration: none; color:#000000 }			
 TD.sbold 		{ font-weight: bold; font-size: 12pt; font-family: "Arial CE", Arial;
			  text-decoration: none; color:#000000 }
TD.sm 		{ font-weight: normal; font-size: 8pt; font-family: "Arial CE", Arial;
			  text-decoration: none; color:#000000 }