@CHARSET "ISO-8859-2";
body{
	background-color: ivory;
	color: navy;
}

a.index{
	position: relative;
	left: 45%;
	right: 45%;
	width: 10%;
	text-decoration: none;
	color: red;
}
a.index:hover {
	text-decoration: underline;
	}
	
a.poprz:hover {
	text-decoration: underline;
	}
	
a.nast:hover	{
	text-decoration: underline;
	}
a.poprz{
	position: relative;
	left: 5%;
	text-decoration: none;
	color: red;
}
a.nast{
	position: relative;

	left: 80%;

	text-decoration: none;
	color: red;	
}
a{
	text-decoration: none;
	color: brown;
}
a:hover{
	text-decoration: underline;
}
div.nav{
	width: 100%;
}
p.kod{
	background-color: lihtgrey;
	color: blue;
}