A.link_czarny_2:link {
	text-decoration: none; 
	color: #000000;
	font-weight:bold;
}
	
A.link_czarny_2:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;	
}
	
A.link_czarny_2:hover {
	text-decoration: none;
	color: #333333;	
	font-weight:bold;	
}

A.link_czerwony_2:link {
	text-decoration: none; 
	color: #FF0000;
	font-weight:bold;
}
	
A.link_czerwony_2:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;	
}
	
A.link_czerwony_2:hover {
	text-decoration: none;
	color: #333333;	
	font-weight:bold;	
}

A.link_zielony_2:link {
	text-decoration: none; 
	color: #00AA00;
	font-weight:bold;
}
	
A.link_zielony_2:visited {
	text-decoration: none;
	color: #00AA00;
	font-weight:bold;	
}
	
A.link_zielony_2:hover {
	text-decoration: none;
	color: #333333;	
	font-weight:bold;	
}

td.selected
{
 empty-cells:show;
 background-color:red;
 text-align:center;
 font-size:11px;
 padding:3px 1px 3px 1px;
 border-width:1px;
 border-color:green;
 border-style:solid;
}

td.naglowek_maly {
	padding:4px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
}