@import url(http://fonts.googleapis.com/css?family=Impact);

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #fabd05;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #fabd05;
}
h2 {
	font-size: 18px;
	color: #fabd05;
}
h3 {
	font-size: 24px;
	color: #FFF;
}
h4 {
	font-size: 18px;
	color: #FFF;
}
h5 {
	font-size: 24px;
	color: #000;
}
h6 {
	font-size: 18px;
	color: #000;
}
.just {
	text-align: justify;
}
.lewa {
	text-align: left;
}
.srodek {
	text-align: center;
}