body {
  background-color: #CC5;
  color: #black;
  margin-left: 1.3cm;
  margin-right: 1.3cm;
}

p {
text-align: justify;
margin-left: 7%;
margin-right: 7%;
}


p:first-letter {
font-weight: bold;
}

H1 {
    color: #008000;
	text-align: center;
	font-size: 25px;
}

H2 {
   color:chocolate;
   text-align: center;
   font-size: 18px;
}


H3 {
    color: black;
	text-align: justify;
	font-size: 16px;
}


#stopka {
     text-align: center;
	 font-size: 13px;
	 font-style: italic;
}

div {

  margin-bottom: 3px;
  width: 180px;
  background-color: #CF3;
  float: left;
}

div2 {
  margin-bottom: 20px;
  float: center;
  text-align: center;
}



ul.menu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.menu li {
  font: 12px arial, helvetica, sans-serif;
  padding-left: 10px;
} 

a.menuLink, li a {
  text-decoration: none;
  color: #060;
}

a.menuLink {
  font-size: 16px;
  font-weight: bold;
}

li a:hover {
  background-color: #060;
  color: white;
}
