A{
	font-family: arial,verdana,hevletica;
	font-size: 8pt;
	font-weight: bold;
}
A:link{
	text-decoration: none;
	color: yellow;

}
A:active{
	text-decoration: none;
	color :lime;
}
A:visited{
	text-decoration: none;
	color :greenyellow;
}
A:hover{
	text-decoration: underline;
	color: red;
}

A.maly{
	font-size: 10px;
}

.td_spis{
	text-align:left;
	vertical-align:middle;
}
.hr_spis{
	border: none;
	color: yellow;
	background-color: yellow;
	width: 95%;
	height: 1px;
}

.td_licznik{
	color: lime;
	font-family:arail,verdana,hevletica;
	font-size: 11px;
}
.td_licznik1{
	color: greenyellow;
	font-family:arail,verdana,hevletica;
	font-size: 12px;
}

.td_autor_wstep{
	color: red;
	font-family:arail,verdana,hevletica;
	font-size: 10px;
	text-align:center;
	font-weight:bold; 
}
.td_autor{
	text-align:center;
	color: gold;
	font-family:arail,verdana,hevletica;
	font-size: 10px;
	font-weight:bold;
}
img.autor {
	border:solid 1px green;
}