<link rel="stylesheet" href="styl.css">
*{
font-family: Veranda, Helveticar, sans-serif;
font-size: 16px;
font-weight: 16px;
color: #000000;
}

body {
/*background:#f3f3f3;8/
/*  background: #a3a3a3; */
}

h1{
font-family: Veranda, Helveticar;
font-size: 22px;
font-weight: underline;
color: #9b9896;
text-align: center;
}

h2{
font-family: URW Chancery L, Monotype Corsiva;
font-size: 26px;
font-weight: underline;
color: #000000;
text-align: center;
}

div{
font-family: Arial, Veranda, Helveticar, sans-serif;
font-size: 16px;
color: #000000;
text-align: justify;
padding: 0px 5px 0px 5px; /*parametry ustawienia*/
}
#start{
font-family: URW Chancery L, Monotype Corsiva;
font-size: 26px;
color: #9b9896;
text-align: center;
}

a{	/* przed najechaneim myszki */
font-family: Veranda, Helveticar;
font-size: 16px;
color: #000000;
text-align: left;
text-decoration: none;
}
a:hover{	/* po najechaneim myszki */
color: #9b9896;
text-decoration: underline;
}

a.MenuItem{
font-family: Arial,Helvetica,Verdana, sans-serif;
font-size:11px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background-color: #9b9896;
display: block; /* wypelnienie okna*/
padding: 2px 5px 2px 5px; /*parametry ustawienia*/
margin: 1px; /*oddzielenie między  wierszami*/
}
a.MenuItem:hover{
color: yellow;
text-decoration: underline;
background-color: #000000;
}

a.MenuLewe:link, a.MenuLewe:visited{
color: #FFFFFF;
font-family: Arial,Helvetica,Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a.MenuLewe:hover{
color: yellow;
font-family: Arial,Helvetica,Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: Underline;
}

.niewidac{ /*rozwojanie okna*/ 
display: none; 
position: relative; 
 } 