@charset "utf-8";
/* CSS Document */

body {
	background-color: #F7F8F7;
	font-family:Times, "Times New Roman", serif;
}
#konteiner {
  width: 850px;
  margin-top: 20px;
  margin-bottom:20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-left: 35px;
  border:1px solid #ccc!important;
  border-radius:16px!important;
  background-color: #fff;
}
a:link {
    color: red;
	text-decoration: none;
}
a:visited {
	color: red;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

a:active {
	color: red;
    text-decoration: underline;
}
img {
    float: right;
    margin: 0 0 10px 10px;
}
h1  {
	font-style: italic;
}
li  {
	font-size: 18px;
}
P { text-align: center 
}