ul,li {
	list-style-type: square;
	margin-bottom: 0;
}

body {
	background-color: DDDDDD;
	background-repeat: repeat-y;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #433DC2;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #555555;
	letter-spacing: 0px;
	line-height: 17px;
}
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;

}
.modyfikacja {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
	text-transform: uppercase;

}
.tytul {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #444444;
	letter-spacing: 2px;


}
