h3{
	text-decoration:underline;
	font-size:125%;
	text-align:center;
	color:rgb(180,90,144);
	font-style:serif;
	text-transform:uppercase;
	text-shadow:rgb(18,54,180) 15px 15px 18px;
}
h1{
	font-size:22px;
	color:lime;
	text-align:center;
	text-shadow:green 18px 18px;
	font-family:web-font;
}
.dva{
	font-style:san-serif;
			background-color:yellow;
			text-align:center;
}
#tri
{
	background-color:rgb(144,90,144);
			color:rgb(0,90,144);
			text-align:center;
			font-style:oblique;
}
div{
	width:60%;
	text-align:center;
}
body{
    background-color:linear-gradient(rgb(18,0,90),rgb(90,90,90));
	background-image: url(slikica.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:20px 20px;
}

html{
	background-image:linear-gradient(rgb(18,0,90),rgb(90,90,90));
}
picture{
	box-shadow:inset 18px 18px yellow;
}
a:visited{
	color:red;
	font-size:30px;
}
a:hover{
	background-color:blue;
}