body {
    background-color: #D9CFFC;
	margin: 0px;
	font-size: 12px;
	font-family: "Arial", Times, serif;
	height: 100%;
    color: #444444;
}

div.menu_l{
  width: 227px;
  height: 27px;
  background-image: url(img/ml.png);
  background-repeat: repeat-y;
  margin-bottom: 7px;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-right: 30px;
  color: #444444;
}
div.menu_ll{
  width: 227px;
  height: 27px;
  background-image: url(img/mll.png);
  background-repeat: repeat-y;
  margin-bottom: 7px;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-right: 30px;
  color: #444444;
}
div.content{
  width: 650px;
  font-size: 16px;
  text-align: justify;
  margin-top: 70px;
}
H1{
  
  font-weight: 
  margin-bottom: 2px;
  font-size: 18px;
}


a{
  text-decoration: none;
  color: #444444;
}
a:hover{
  color: #000000;
}
a.linki{
  text-decoration: underline;
}
a.linki:hover{
  text-decoration: none;
}
H2{
  color: #660066;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-left: 10px;
}

H3{
  font-size: 14px;
}

