@charset "iso-8859-2";
/* CSS Document */

body {
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

select {
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	color: #555555;
}

input {
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	color: #555555;
}

ul {
	list-style: square;
	line-height: 15px;
	color: #e41e26;
	margin-top: 10px;
	margin-bottom: 10px;
}

H1 {
	font-family: Tahoma, Arial, Trbuchet MS;
	font-size: 20px;
	color: #555555;
	margin: 0px;
}

H2 {
	font-family: Tahoma, Arial, Trbuchet MS;
	font-size: 15px;
	color: #555555;
	margin: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}



/* LINKS */

A.szary {
	color: #555555;
	text-decoration: none;
}

A.szary:hover {
	color: #999999;
	text-decoration: none;
}


A.bialy {
	color: #ffffff;
	text-decoration: none;
}

A.bialy:hover {
	color: #999999;
	text-decoration: none;
}


A.czerwony {
	color: #e41e26;
	text-decoration: none;
}

A.czerwony:hover {
	color: #999999;
	text-decoration: none;
}
