@charset "utf-8";
/* CSS Document */

table{
	width:100%;
	border-collapse:collapse;
}
body {
	background-color: #2E2E2E;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

td { padding:0; }
img { border:0; }
h1 {
	color: #ff3399;
	font-size:xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p {
	color: #666666;
}


a {color:#FF3399;
   text-decoration:none;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FF3399;
}
a:link, a:visited, a:active{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3399;
}
a:hover{
    text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.graficzny {
	text-align: center;
	vertical-align: middle;
}

#logo {
	position: relative;
	left: 15%;
}
.top {
	position: relative;
	left: 21%;
	width: 250px;
	height: 30px;
	top: 10px;
}
.stopka {
	text-align: center;
	position: relative;
}
#small {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
	line-height: 0;
}
.strzalki {
	color: #666666;
	font-size:x-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

