<!--Poczatek Styl CSS -->
<style type="text/css">
.odnosnik1
	{
	color: #2060FF;
	}
.odnosnik1
	{
	text-decoration: underline;
	}
.odnosnik1 :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}
.odnosnik2
	{
	color: #FF5872;
	}
.odnosnik2
	{
	text-decoration: none;
	}
.odnosnik2 :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}

.odnosnik3
	{
	color: #008040;
	}
.odnosnik3
	{
	text-decoration: none;
	}
.odnosnik3 :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}

.odnosnik4
	{
	color: #808000;
	}
.odnosnik4
	{
	text-decoration: none;
	}
.odnosnik4 :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}
.odnosnik5
	{
	color: #F7AE16;
	}
.odnosnik5
	{
	text-decoration: none;
	}
.odnosnik5 :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}
.odnosnik6
	{
	color: #991455;
	}
.odnosnik6
	{
	text-decoration: none;
	}
.odnosnik6 :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}
.IForum
	{
	color: #FF0000;
	}
.IForum
	{
	text-decoration: none;
	}
.IForum :hover
	{ color: rgb(12,22,22); 
	text-decoration:underline; 
	font-weight:bolder;
	}
</style>
<!--Koniec Styl CSS -->