body	{
	background-color: DodgerBlue;
	height: 100%;
}

.okvir {
	width: 250px;
	height: 200px;
	border: 5px outset AliceBlue;
	background-color: DodgerBlue;
	text-align: center;
	padding: 25px;
}

h3	{
	color: blue;
}

input	{
	color: LightSlateGrey;
	width: 150px;
	height: 30px;
	border: 2px outset LightSteelBlue;
	border-radius: 5px;
	
}

p	{
	color: white;
}

/*input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 10px 12px 10px;
}*/

a:link {
  color: navy;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: DarkSlateBlue;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}