
	A:visited
{	
	color: green;
	text-decoration: none;
	font-weight: bold;
	 font-size: 8pt;
}
A:HOVER {
	color: red;
	text-decoration: none;
	font-weight: bold;
	 font-size: 8pt;
}
 	  
A:LINK
{
	color: green;
	text-decoration: none;
	font-weight: bold;
	 font-size: 8pt;
}

A:ACTIVE {
	color: green;
	text-decoration: none;
	font-weight: bold;
	 font-size: 8pt;
	
}
A:LINK.podpis
{
	color: silver;
	text-decoration: none;
	font-weight: bold;
	 font-size: 7pt;
 }
	 
A:HOVER.podpis {
	color: red;
	text-decoration: none;
	font-weight: bold;
	 font-size: 7pt;
}

td.podpis
{
	font-family: Verdana, Arial;
	color: white;
	text-decoration: none;
    font-size: 7pt;
	padding-top: 10;
	}

	
	Td.text {
		font-family: Verdana, Arial;
		font-size: 12px;
		padding-left: 5;
		padding-top: 10;
		color: black;
	}
	
		Table.text {
		font-family: Verdana, Arial;
		font-size: 12px;
		padding-left: 2;
		padding-top: 2;
		color: #c0c0c0;
	}
	
		Td.top {
		font-family: Verdana, Arial;
		font-size: 11px;
		padding-left: 1;
		color: black;
		padding-top: 12;
	}