html, body{ 
	background: #C0DC80;
	text-align: justify; 
	font-family:sans-serif;
}
 
img{border: 0px;}


a {
	color: #000000; /*normalny link*/
	text-decoration: underline;
}

a:visited {
	color: #000000; /*odwiedzony*/
	text-decoration: underline;
}

a:hover {
	color: #000000; /*najechany*/
	text-decoration: underline;
}
