/* CSS Document */
a.tekst:link {
	color: #c0c0c0;
	text-decoration: none;
}
a.tekst:visited {
	text-decoration: none;
	color: #c0c0c0;
}
a.tekst:hover {
	text-decoration: none;
	color: #ce5006;
}
a.tekst:active {
	color: #c0c0c0;
	text-decoration: none;
}

