body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

h1 { font-family: Arial, sans-serif; font-size: 30px; color: #004090; }
h2 { font-family: Arial, sans-serif; font-size: 18px; color: #004090; }
h3 { color: #004090; }
h4 { font-family: sans-serif; font-size: 9px; color: #BBB; }

#start h1 { text-align:center; font-family: Arial, sans-serif; font-size: 30px; color: #0080c0; }
#start h2 { text-align:center; font-style: italic; 	font-family: Times, sans-serif; font-size: 30px; color: #0080c0; }
#start h3 { text-align:center; font-family: Arial, sans-serif; font-size: 18px; color: #000; }
#start h4 { text-align:center; font-family: Arial, sans-serif; font-size: 14px; color: #000; }

a:link {text-decoration: none; font-weight: bold;  color: #0080c0;}
a:visited {text-decoration: none; font-weight: bold;  color: #0080c0;}
a:active { text-decoration: none; font-weight: bold;  color: #0080c0;}
a:hover { text-decoration:underline; font-weight: bold;  color: #0080c0;}


#menu {
	height:100%;
	float:center;
	--border-right:1px solid #CCC;
	--width:100%;
	font-size:10px;
	padding:1px;
	--background-color: #EEE;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none
}
#menu ul li a {
	line-height: 1;
	text-align:center;
	font-family: Verdana, Arial,  sans-serif;
	color:#333;
	font-size: 10px; 
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	--background-color: #FFF;
	border:1px solid #EEE
	
}
a.nowe {
	line-height: 1;
	text-align:center;
	font-family: Verdana, Arial,  sans-serif;
	color:#333;
	font-size: 16px; 
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	background-color: #FAF;
	border:1px solid #EEE
	
}
#menu ul li a:hover {
	line-height: 1;
	background:#0080c0;
	color:#FFF;
}
