html, body  


{
        text-decoration: none;
        font-family: Verdana;
        color: #000000;
}

A:VISITED {
        font-family: Verdana;
        text-decoration: none;
        color: #000000;
}

A:LINK {
        font-weight: normal;
        font-family: Verdana;
        text-decoration: none;
        color: #000000;
}

A:HOVER {
        color: #FF0000;
        font-family: Verdana;
        text-decoration: none;
				
}		
p.index { bacground-color: #ffffff;
         width: 10px;
				 height: 10px;
}	
p.imprezy { bacground-color: #ffffff;
         width: 10px;
				 height: 120px;
}	
p.k { bacground-color: #ffffff;
         width: 10px;
				 height: 10px;
}	
p.kontakt { bacground-color: #ffffff;
         width: 10px;
				 height: 60px;
}	
p.rekomendacje { bacground-color: #ffffff;
         width: 10px;
				 height: 2460px;
}	
p.sprzet { bacground-color: #ffffff;
         width: 10px;
				 height: 330px;
}	
p.wesela { bacground-color: #ffffff;
         width: 10px;
				 height: 430px;
}	
p.wyslane { bacground-color: #ffffff;
         width: 10px;
				 height: 80px;
}	
p.szkoly { bacground-color: #ffffff;
         width: 10px;
				 height: 250px;
}	

		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color: black;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color: black;
		}

	
