@charset "utf-8";
/* CSS Document */

/*nawiacja menu sms */
#navigation ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	}
	
#navigation li {
	margin: 0;
	padding: 0;
	width: 220px;
	}
	
#navigation a {
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #333;
	font-weight: bold;
	}
	
#navigation #currentpage a {
	font-weight: bold;
	color: #C60;
	}

/* style na poszczegolnych stronach sms */

h3 {
  color: #C60} 