/*
font-family: 'Merriweather', serif;
font-family: 'Ranga', cursive;
font-family: 'Lora', serif;
font-family: 'Bitter', serif;
font-family: 'Pacifico', cursive;
*/
body
{
  background-image: url(../pic/back.png);
  /* Background pattern from Subtle Patterns */
margin: 0;
font-family: 'Lora', serif;
}

.strona
{
  width: 80%;
  height: 500px;
  margin-left: auto;
	margin-right: auto;
}

.logo
{
  height: 128px;
  text-align: center;
  margin: 20px;

}

.kasacja
{
  clear: both;
}

#menu
{
  background-color: black;
  padding: 10px;
  font-family: 'Merriweather', serif;
  font-size: 20pt;
  opacity: 0.4;
  text-align: center;
  text-shadow: 2px 2px #000000;
  color: white;

}

a
{
  color: gold;
}

.link
{
  text-align: center;
  padding: 10px;
  color: gray;
  float: left;
}
.link:hover
{
	background-color: gray;
  color: white;
	cursor: pointer;
}

.nav
{
  width: 200px;
  height: 150px;
  float: left;
}

.tablica
{
  width: 650px;
  height: 500px;
  float: left;
}

.ramka
{
  width: 200px;
  height: 150px;
  float: left;
}

.stopka
{
  height: 30px;
  clear: both;
  text-align: right;
  font-family: 'Pacifico', cursive;
}
