BODY
{        
	margin: 0;
	color: white;
	background-color: #000000;
	font-family: "Verdana", "MS Sans Serif", "Arial";
	word-spacing: 0
}

p
{
	color: white;
	font-size:  11px;
	line-height: 150%;
	margin: 0
}

a
{
	text-decoration: none;
	color: white
}
a:hover
{
	text-decoration: underline;
	color: white
}
a:visited
{
	color: white
}


.menu
{
	color: black;
	font-weight: normal;
	font-size:  11px;
	word-spacing: 0;
	line-height: 150%;
	margin: 0;
	text-decoration: none;
}
.menu:hover
{
	color: black;
	text-decoration: underline
}
.menu:visited
{
	color: black;
}


.stopka
{
	color: white;
	font-weight: normal;
	font-size:  11px;
	word-spacing: 0;
	line-height: 150%;
	margin: 0;
	text-decoration: none
}
.stopka:hover
{
	color: white;
	text-decoration: underline
}
.stopka:visited
{
	color: white;
	text-decoration: none
}

.przycisk
{
	background-color: #FFFFFF;
	font-size: 12px;
	height: 21px;
	font-weight: normal;
	color: #D20000;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
	cursor: pointer;
}