body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url('bg.gif');
	background-position: center center;
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
a {
	color: #ff0000;
	font-size: 0.5em;
}
input {
	color: #ff0000;
	border: 0;
	background: transparent;
	font-size: 2em;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
fieldset {
	border: 1px solid #ffffff;
	padding: 20px;
	margin-bottom: 2em;
}
legend {
	color: #ffffff;
}
input.tekst {
	width: 250px;
	border: 1px #ff0000 solid;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}
input.sprawdz {
	width: 185px;
}
p {
	font-size: 0.9em;
}
.wynik {
	display: block;
	margin-top: 1em;
	text-align: center;
	font-size: 0.7em;
}
.liczba_jego {
	font-size: 3em;
}
.mamy_bestie {
	font-size: 2em;
	color: #ff0000;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	letter-spacing: -3px;
	font-size: 3em;
	text-align: center;
}
p.intro {
	text-align: justify;
	margin-bottom: 1em;
}
p.intro:first-letter {
	float: left;
	font-size: 3em;
	margin-right: 3px;
}
td {
	padding-top: 40px;
}