html, body {
	background-color: black;
	color: #000;
	margin: 0;
	padding: 0;
}

#top {
	width: 780px;
	
}



.tekst_1 { 	font-family: Verdana;
		font-size: 11px;
		color: white;
}

.tekst_2 { 	font-family: Verdana;
		font-size: 10px;
		color: white;
}

a 		{ font-family: verdana; 
		font-size: 10px; 
		color: black; 
		text-decoration: none;
		letter-spacing: 2px;
		}

a:hover 	{ font-family: verdana; 
		font-size: 10px; color: black; 
		text-decoration: none; }