h1{
	color:navy;
	font-family:Arial;
	font-size:30px;
	text-align:center;
}

.vaja4{
	color:purple;
	font-family:Cursive;
	font-size:20px;
}

.naslov{
	color:navy;
	font-family:Cursive;
	font-size:30px;
}
	
h2{
	color:navy;
	font-family:Arial;
	font-size:25px;
}

p{
	text-indent: 5%;
	font-family: Arial;
}

a:link { 
   color:blue;
   text-decoration: none;
}
a:visited {
   color:pink;
   text-decoration: none;
}
a:hover {
   color:orange;
   text-decoration: underline;
}
a:active {
   color:red;
   text-decoration: underline;
   background-color: #FCB0B1;
}

img{
	max-width:450px;
}
