html, body {
	background-image: url(mocom3.jpg);
	background-attachment: fixed;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial; }

#top {width: 780px;
	align: center; }

#naglowek { background-color: #888;}

#menu {
	width: 200px;
	float: left;
	overflow: hidden;
	color:red;
	 }

#tresc {
	font-size: 18px;
	width: 580px;
	float: left;
	overflow: hidden;
	text-align: justify;
 }

#stopka {
	clear: both;
	width: 780px;
	color: green;
	text-decoration: blink;
	font-size: 35px; }


ul, ul li {
	display: block;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0; }

ul {width: 200px;}

ul a:link, ul a:visited {

	display: block;
	width: 186px;
	text-decoration: none;
	color: black
	padding: 5px;
	}

ul a:hover.p1 {
	border-style: inset;
	padding: 7px; 3px; 3px; 7px;
	background-image: url(tlo3.jpg);
	font-weight: 700;
	font-style: italic;
	font-size: 21px;
	color:blue; }

