#stopka{
	width: 750px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	font-size: 12px;
}
#stopka2{
	width: 750px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	color: white;
}
#stopka a:link {
text-decoration : none;
color : white;
cursor: default;
}
#stopka a:visited {
text-decoration : none;
color : white;
cursor: default;
}
#stopka a:hover {
color : white;
text-decoration : none;
cursor: default;
}
#stopka a:active {
text-decoration : none;
color : white;
cursor: default;
}


#stopka2 a:link {
text-decoration : none;
color: white;
cursor: auto;
}
#stopka2 a:visited {
text-decoration : none;
color: white;
cursor: auto;
}
#stopka2 a:hover {
text-decoration : none;
color: blue;
cursor: pointer;
}
#stopka2 a:active {
text-decoration : none;
color: white;
cursor: auto;
}
