@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(grafika/bgr.jpg);
	background-color:#F7F7F5;
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
}
.stopka {
	font-size: x-small;
}
a {
	color: #F00;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}


