* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #333333;
	color: #9f9f9f;
	font-size: .7em;
	font-family: "trebuchet ms", helvetica, sans-serif;
	}
a {
   	text-decoration: none;
	color: #93B300;
	}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #D3E378 url('a.gif') repeat-x;
	}
strong {
	background: inherit;
	color: #50514D;
	}
h1 {
	background: inherit;
	color: #50514D;
	font-size: 20px;
	}
#tytul {
	background: inherit;
	color: #FFFFFF;
	font-size: 26px;
	text-decoration: none;
	background: none;
	}		
#slogan {
	background: inherit;
	color: #FFFFFF;
	font-size: 12px;
}
li {
	list-style: none;
}
h1 span {
	background: inherit;
	color: #85AC1E;
	}
h1 span sup {
	background: inherit;
	color: #85AC1E;
	font-size: 14px;
	}
h3 {
	margin-top: 30px;
	background: inherit;
	color: #50514D;
	font-size: 15px;
	text-transform: lowercase;
	height: 34px;
	}
h3 span {
	background: inherit;
	color: #85AC1E;
	}
p {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 20px;
}
#footer {
	text-align: center;
}
#footer a {
	font-size: x-small;
	color: #666666;
}

