@charset "windows-1250";
a {
	text-decoration: none;
}
body {
	background-attachment: scroll;
	background-image: url(images/cssbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:hover {
	text-decoration: underline line-through;
}
