BODY {
		background: white;
		margin: 0;
		padding: 0;
		color: #666666;
		font-family: Verdana, Arial, sans-serif;

}

td {font-size: 12px; text-align: justify}

h1 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	}
	
	h2 {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	color: brown;
	}

	.malutki {
	text-align: right;
	font-size: 10px;
	color: brown;
	}
	
.stopka {
	text-align: right;
	font-size: 10px;
	}

.wysrodkowane {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
}	

.menu {
border-right: thin solid red;
}
	
a	{text-decoration: none; color: blue}
a:hover {color: white; background-color: blue}





